summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* workqueue: add delayed_work->wq to simplify reentrancy handlingLai Jiangshan2013-02-061-0/+3
* workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_ENDLai Jiangshan2013-02-061-2/+1
* workqueue: move global_cwq->cpu to worker_poolTejun Heo2013-01-241-1/+1
* workqueue: record pool ID instead of CPU in work->data when off-queueTejun Heo2013-01-241-9/+9
* workqueue: introduce WORK_OFFQ_CPU_NONETejun Heo2013-01-241-1/+9
* workqueue: unexport work_cpu()Tejun Heo2013-01-241-1/+0
* workqueue: implement current_is_async()Tejun Heo2013-01-181-0/+1
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-1719-129/+145
|\
| * fs, exportfs: add exportfs_encode_inode_fh() helperCyrill Gorcunov2012-12-171-0/+2
| * fs, epoll: add procfs fdinfo helperCyrill Gorcunov2012-12-171-0/+3
| * procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov2012-12-171-2/+2
| * prandom: introduce prandom_bytes() and prandom_bytes_state()Akinobu Mita2012-12-171-0/+2
| * random32: rename random32 to prandomAkinobu Mita2012-12-171-5/+12
| * linux/compiler.h: add __must_hold macro for functions called with a lock heldJosh Triplett2012-12-171-0/+2
| * pidns: remove unused is_container_init()Gao feng2012-12-171-6/+0
| * exec: use -ELOOP for max recursion depthKees Cook2012-12-171-2/+0
| * ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov2012-12-172-1/+6
| * kstrto*: add documentationEldad Zack2012-12-171-0/+33
| * compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2012-12-171-0/+3
| * percpu_rw_semaphore: add lockdep annotationsOleg Nesterov2012-12-171-1/+9
| * percpu_rw_semaphore: kill ->writer_mutex, add ->write_ctrOleg Nesterov2012-12-171-2/+2
| * percpu_rw_semaphore: reimplement to not block the readers unnecessarilyOleg Nesterov2012-12-171-70/+13
| * string: introduce helper to get base file name from given pathAndy Shevchenko2012-12-171-0/+11
| * backlight: add of_find_backlight_by_node()Thierry Reding2012-12-171-0/+10
| * drivers/video/backlight/lp855x_bl.c: use generic PWM functionsKim, Milo2012-12-171-7/+2
| * asm-generic: io: don't perform swab during {in,out} string functionsWill Deacon2012-12-171-6/+6
| * lseek: the "whence" argument is called "whence"Andrew Morton2012-12-173-10/+10
| * include/linux/init.h: use the stringify operator for the __define_initcall macroMatthew Leach2012-12-171-20/+20
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-1710-14/+60
|\ \
| * | proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-206-1/+13
| * | proc: Generalize proc inode allocationEric W. Biederman2012-11-201-0/+10
| * | userns: Implement unshare of the user namespaceEric W. Biederman2012-11-202-1/+10
| * | userns: Implent proc namespace operationsEric W. Biederman2012-11-201-0/+1
| * | userns: Kill task_user_nsEric W. Biederman2012-11-201-2/+0
| * | userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman2012-11-202-6/+7
| * | vfs: Allow unprivileged manipulation of the mount namespace.Eric W. Biederman2012-11-191-0/+2
| * | vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman2012-11-191-1/+2
| * | vfs: Add setns support for the mount namespaceEric W. Biederman2012-11-191-0/+7
| * | pidns: Add setns supportEric W. Biederman2012-11-191-0/+1
| * | pidns: Make the pidns proc mount/umount logic obvious.Eric W. Biederman2012-11-191-0/+2
| * | pidns: Capture the user namespace and filter ns_last_pidEric W. Biederman2012-11-191-3/+5
| * | userns: make each net (net_ns) belong to a user_nsEric W. Biederman2012-11-181-2/+7
| * | netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NSEric W. Biederman2012-11-181-6/+9
* | | Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-12-1713-330/+1473
|\ \ \ | |_|/ |/| |
| * | loop: Limit the number of requests in the bio listLukas Czerner2012-11-301-0/+3
| * | wait: add wait_event_lock_irq() interfaceLukas Czerner2012-11-301-0/+164
| * | block: store partition_meta_info.uuid as a stringStephen Warren2012-11-231-2/+6
| * | Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner2012-11-0910-329/+1300
| |\ \
| | * | drbd: Broadcast sync progress no more often than once per secondPhilipp Reisner2012-11-091-2/+2
| | * | drbd: disambiguation, s/ERR_DISCARD/ERR_DISCARD_IMPOSSIBLE/Lars Ellenberg2012-11-091-1/+1