summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2014-02-11block: Fix cloning of discard/write same biosKent Overstreet
2014-02-11cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan
2014-02-11video: xilinxfb: Move xilinxfb_platform_data directly to the driverMichal Simek
2014-02-11video: imxfb: Use regulator API with LCD class for poweringAlexander Shiyan
2014-02-11Merge remote-tracking branches 'spi/fix/doc', 'spi/fix/nuc900' and 'spi/fix/r...Mark Brown
2014-02-10Merge branch 'master' into driver-core-next-test-merge-rc2Tejun Heo
2014-02-10smp.h: fix x86+cpu.c sparse warnings about arch nonboot CPU callsPaul Gortmaker
2014-02-11PM / QoS: Add type to dev_pm_qos_add_ancestor_request() argumentsRafael J. Wysocki
2014-02-11PM / QoS: Introcuce latency tolerance device PM QoS typeRafael J. Wysocki
2014-02-11PM / QoS: Add no_constraints_value field to struct pm_qos_constraintsRafael J. Wysocki
2014-02-11PM / QoS: Rename device resume latency QoS itemsRafael J. Wysocki
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig
2014-02-10blk-mq: rework I/O completionsChristoph Hellwig
2014-02-10sched/fair: Track cgroup depthPeter Zijlstra
2014-02-10ARM: zynq: Map I/O memory on clkc initMichal Simek
2014-02-10pwm: Remove obsolete HAVE_PWM Kconfig symbolSascha Hauer
2014-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-02-10direct-io: add flag to allow aio writes beyond i_sizeChristoph Hellwig
2014-02-09fs: Add prototype declaration to appropriate header file include/linux/bio.hRashika Kheria
2014-02-09lockdep: Change lockdep_set_novalidate_class() to use _and_nameOleg Nesterov
2014-02-09lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov
2014-02-09locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro
2014-02-09sched: Implement task_nice() as static inline functionDongsheng Yang
2014-02-09genirq: Add devm_request_any_context_irq()Stephen Boyd
2014-02-09tick: Fixup more fallout from hrtimer broadcast modePreeti U Murthy
2014-02-09sched: Expose some macros related to priorityDongsheng Yang
2014-02-09sched: Move the priority specific bits into a new header fileDongsheng Yang
2014-02-09perf/x86: Push the duration-logging printk() to IRQ contextPeter Zijlstra
2014-02-09sched/wait: Suppress Sparse 'variable shadowing' warningJohannes Berg
2014-02-09crypto: ccp - Move HMAC calculation down to ccp ops fileTom Lendacky
2014-02-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-02-08Merge branch 'driver-core-next' into cgroup/for-3.15Tejun Heo
2014-02-08cgroup: rename cgroup_subsys->subsys_id to ->idTejun Heo
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo
2014-02-08cgroup: drop module supportTejun Heo
2014-02-08slab: restrict the number of objects in a slabJoonsoo Kim
2014-02-07kernfs: add CONFIG_KERNFSTejun Heo
2014-02-07sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()Tejun Heo
2014-02-07kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo
2014-02-07kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs...Tejun Heo
2014-02-07kernfs: add kernfs_open_file->privTejun Heo
2014-02-07kernfs: implement kernfs_ops->atomic_write_lenTejun Heo
2014-02-07kernfs: allow nodes to be created in the deactivated stateTejun Heo
2014-02-07kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options()Tejun Heo
2014-02-07kernfs: rename kernfs_dir_ops to kernfs_syscall_opsTejun Heo
2014-02-07kernfs: invoke dir_ops while holding active ref of the target nodeTejun Heo
2014-02-07sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo
2014-02-07kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo
2014-02-07kernfs: remove KERNFS_REMOVEDTejun Heo