summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-157-267/+155
|\
| * rtmutex: tester: Remove the remaining BKL leftoversThomas Gleixner2011-02-221-3/+2
| * lockdep/timers: Explain in detail the locking problems del_timer_sync() may c...Steven Rostedt2011-02-161-0/+23
| * Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar2011-02-1618-117/+155
| |\
| * \ Merge branch 'tip/rtmutex' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Thomas Gleixner2011-01-3110-335/+321
| |\ \
| | * | rtmutex: Simplify PI algorithm and make highest prio task get lockLai Jiangshan2011-01-274-230/+127
| * | | cred: Replace deprecated spinlock initializationThomas Gleixner2011-01-271-1/+1
| * | | Merge commit 'v2.6.38-rc2' into core/lockingThomas Gleixner2011-01-2790-2384/+4867
| |\ \ \
| * | | | rtmutex-tester: Remove BKL testsArnd Bergmann2011-01-261-35/+4
* | | | | Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-61/+64
|\ \ \ \ \
| * | | | | futex: Deobfuscate handle_futex_death()Thomas Gleixner2011-03-141-3/+14
| * | | | | Merge branch 'tip/futex/devel' of git://git.kernel.org/pub/scm/linux/kernel/g...Thomas Gleixner2011-03-121-17/+23
| |\ \ \ \ \
| | * | | | | futex,plist: Remove debug lock assignment from plist_nodeLai Jiangshan2011-03-111-9/+0
| | * | | | | futex,plist: Pass the real head of the priority list to plist_del()Lai Jiangshan2011-03-111-8/+23
| * | | | | | futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse2011-03-111-30/+15
| * | | | | | futex: Avoid redudant evaluation of task_pid_vnr()Thomas Gleixner2011-03-111-8/+8
| * | | | | | futex: Update futex_wait_setup comments about lockingMichel Lespinasse2011-03-101-5/+6
| |/ / / / /
* | | | | | Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2011-03-153-0/+18
|\ \ \ \ \ \
| * | | | | | debugobjects: Add hint for better object identificationStanislaw Gruszka2011-03-083-0/+18
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-153-71/+38
|\ \ \ \ \ \
| * | | | | | vfs: Add open by file handle supportAneesh Kumar K.V2011-03-151-0/+2
| * | | | | | vfs: Add name to file handle conversion supportAneesh Kumar K.V2011-03-151-0/+3
| * | | | | | open-style analog of vfs_path_lookup()Al Viro2011-03-141-18/+1
| * | | | | | kill path_lookup()Al Viro2011-03-141-1/+1
| * | | | | | fix race in audit_get_nd()Al Viro2011-03-141-53/+32
| | | | | | |
| \ \ \ \ \ \
*-. \ \ \ \ \ \ Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.k...Linus Torvalds2011-03-152-4/+10
|\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | genirq: Add IRQF_FORCE_RESUMEThomas Gleixner2011-02-082-4/+10
* | | | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2011-03-141-0/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust2011-03-101-0/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-101-5/+9
|\ \ \ \ \ \ \
| * | | | | | | sched: Fix sched rt group scheduling when hierachy is enabledBalbir Singh2011-03-041-5/+9
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-091-5/+10
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | unfuck proc_sysctl ->d_compare()Al Viro2011-03-081-5/+10
| |/ / / / / /
* | | | | | | cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan2011-03-041-2/+5
* | | | | | | Mark ptrace_{traceme,attach,detach} staticLinus Torvalds2011-03-041-3/+3
|/ / / / / /
* | | | | | blktrace: Remove blk_fill_rwbs_rq.Tao Ma2011-03-031-16/+0
* | | | | | clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner2011-02-263-1/+18
* | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-02-224-3/+18
|\ \ \ \ \ \
| * | | | | | genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner2011-02-191-1/+1
| * | | | | | genirq: Prevent access beyond allocated_irqs bitmapThomas Gleixner2011-02-193-2/+17
* | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-02-221-4/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | perf: Fix throttle logicPeter Zijlstra2011-02-161-4/+15
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-02-183-17/+28
|\ \ \ \ \ \
| * | | | | | workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies longTejun Heo2011-02-161-1/+3
| * | | | | | workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-163-16/+16
| * | | | | | workqueue: wake up a worker when a rescuer is leaving a gcwqTejun Heo2011-02-141-0/+9
* | | | | | | PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka2011-02-161-5/+2
| |/ / / / / |/| | | | |
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge branches 'core-fixes-for-linus' and 'timers-fixes-for-linus' of git://g...Linus Torvalds2011-02-152-7/+5
|\ \ \ \ \ \ \
| | * | | | | | timer debug: Hide kernel addresses via %pK in /proc/timer_listKees Cook2011-02-121-2/+2
| * | | | | | | Revert "lockdep, timer: Fix del_timer_sync() annotation"Peter Zijlstra2011-02-081-5/+3
| | |_|/ / / / | |/| | | | |