Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-09-11 | 1 | -17/+30 |
|\ | |||||
| * | futex: Detect mismatched requeue targets | Darren Hart | 2009-08-16 | 1 | -4/+20 |
| * | futex: Correct futex_wait_requeue_pi() commentary | Darren Hart | 2009-08-04 | 1 | -13/+10 |
* | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-09-11 | 1 | -1/+6 |
|\ \ | |||||
| * | | debug lockups: Improve lockup detection | Ingo Molnar | 2009-08-02 | 1 | -1/+6 |
* | | | Merge branch 'core-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-09-11 | 1 | -1/+6 |
|\ \ \ | |||||
| * | | | workqueues: Improve schedule_work() documentation | Bart Van Assche | 2009-08-04 | 1 | -1/+6 |
| | |/ | |/| | |||||
* | | | Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-09-11 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | writeback: add name to backing_dev_info | Jens Axboe | 2009-09-11 | 1 | -0/+1 |
* | | | | Merge branch 'next' into for-linus | James Morris | 2009-09-11 | 7 | -13/+306 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Security/SELinux: includecheck fix kernel/sysctl.c | Jaswinder Singh Rajput | 2009-09-07 | 1 | -1/+0 |
| * | | | KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] | David Howells | 2009-09-02 | 1 | -0/+43 |
| * | | | CRED: Add some configurable debugging [try #6] | David Howells | 2009-09-02 | 4 | -10/+251 |
| * | | | bsdacct: switch credentials for writing to the accounting file | Michal Schmidt | 2009-08-24 | 1 | -1/+7 |
| * | | | Merge branch 'master' into next | James Morris | 2009-08-20 | 8 | -136/+297 |
| |\ \ \ | |||||
| * | | | | Security/SELinux: remove duplicated #include | Huang Weiyi | 2009-08-19 | 1 | -1/+0 |
| * | | | | security: introducing security_request_module | Eric Paris | 2009-08-14 | 1 | -0/+4 |
| * | | | | Merge branch 'master' into next | James Morris | 2009-08-11 | 13 | -129/+202 |
| |\ \ \ \ | |||||
| * | | | | | Security/SELinux: seperate lsm specific mmap_min_addr | Eric Paris | 2009-08-06 | 1 | -3/+4 |
| * | | | | | Merge branch 'master' into next | James Morris | 2009-08-06 | 33 | -323/+652 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into next | James Morris | 2009-07-14 | 19 | -83/+306 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into next | James Morris | 2009-06-30 | 33 | -1050/+1362 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | security: rename ptrace_may_access => ptrace_access_check | Ingo Molnar | 2009-06-25 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-09-05 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | perf_counter: Fix /0 bug in swcounters | Peter Zijlstra | 2009-08-29 | 1 | -0/+1 |
| * | | | | | | | | | perf_counters: Increase paranoia level | Ingo Molnar | 2009-08-28 | 1 | -1/+1 |
* | | | | | | | | | | modules: Fix build error in the !CONFIG_KALLSYMS case | Ingo Molnar | 2009-08-28 | 1 | -2/+5 |
|/ / / / / / / / / | |||||
* | | | | | | | | | module: workaround duplicate section names | James Bottomley | 2009-08-27 | 1 | -1/+2 |
* | | | | | | | | | module: fix BUG_ON() for powerpc (and other function descriptor archs) | Rusty Russell | 2009-08-27 | 1 | -2/+4 |
* | | | | | | | | | clone(): fix race between copy_process() and de_thread() | Oleg Nesterov | 2009-08-26 | 1 | -15/+5 |
* | | | | | | | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-08-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | perf_counter: Fix typo in read() output generation | Peter Zijlstra | 2009-08-21 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-08-25 | 3 | -11/+14 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | clockevent: Prevent dead lock on clockevents_lock | Suresh Siddha | 2009-08-19 | 2 | -10/+13 |
| * | | | | | | | | | | timers: Drop write permission on /proc/timer_list | Amerigo Wang | 2009-08-17 | 1 | -1/+1 |
* | | | | | | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-08-25 | 2 | -16/+13 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | tracing: handle broken names in ftrace filter | Jiri Olsa | 2009-08-18 | 1 | -6/+11 |
| * | | | | | | | | | | ftrace: Unify effect of writing to trace_options and option/* | Zhaolei | 2009-08-18 | 1 | -10/+2 |
* | | | | | | | | | | | Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm... | Linus Torvalds | 2009-08-19 | 1 | -0/+15 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | perf_counter: Fix the PARISC build | Ingo Molnar | 2009-08-18 | 1 | -0/+4 |
| * | | | | | | | | | | perf_counter: Check task on counter read IPI | Paul Mackerras | 2009-08-17 | 1 | -0/+11 |
| | |/ / / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | mm: revert "oom: move oom_adj value" | KOSAKI Motohiro | 2009-08-18 | 1 | -1/+0 |
* | | | | | | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-08-18 | 1 | -2/+8 |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | genirq: Wake up irq thread after action has been installed | Thomas Gleixner | 2009-08-18 | 1 | -2/+8 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Security/SELinux: seperate lsm specific mmap_min_addr | Eric Paris | 2009-08-17 | 1 | -3/+4 |
|/ / / / / / / / | |||||
* | | | | | | | | genirq: prevent wakeup of freed irq thread | Linus Torvalds | 2009-08-13 | 1 | -10/+7 |
* | | | | | | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-08-13 | 1 | -102/+236 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | perf_counter: Report the cloning task as parent on perf_counter_fork() | Peter Zijlstra | 2009-08-13 | 1 | -2/+2 |
| * | | | | | | | | perf_counter: Fix an ipi-deadlock | Peter Zijlstra | 2009-08-13 | 1 | -1/+5 |
| * | | | | | | | | perf: Rework/fix the whole read vs group stuff | Peter Zijlstra | 2009-08-13 | 1 | -72/+202 |