| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) | Atsushi Nemoto | 2006-09-29 | 1 | -13/+6 |
* | [PATCH] __dequeue_signal() cleanup | Roland McGrath | 2006-09-29 | 1 | -4/+2 |
* | [PATCH] has_stopped_jobs() cleanup | Roland McGrath | 2006-09-29 | 1 | -11/+0 |
* | [PATCH] posix-timers: Fix the flags handling in posix_cpu_nsleep() | Toyo Abe | 2006-09-29 | 1 | -26/+58 |
* | [PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time... | Toyo Abe | 2006-09-29 | 4 | -15/+76 |
* | [PATCH] check return value of cpu_callback | Akinobu Mita | 2006-09-29 | 4 | -4/+11 |
* | [PATCH] memory ordering in __kfifo primitives | Paul E. McKenney | 2006-09-29 | 1 | -0/+28 |
* | [PATCH] lockdep: print kernel version | Dave Jones | 2006-09-29 | 1 | -0/+13 |
* | [PATCH] pidspace: is_init() | Sukadev Bhattiprolu | 2006-09-29 | 6 | -5/+6 |
* | [PATCH] Fix unserialized task->files changing | Kirill Korotaev | 2006-09-29 | 1 | -0/+12 |
* | [PATCH] unwind: fix unused variable warning when !CONFIG_MODULES | Chuck Ebbert | 2006-09-29 | 1 | -1/+3 |
* | [PATCH] Fix kerneldoc comments in kernel/timer.c | Rolf Eike Beer | 2006-09-29 | 1 | -12/+17 |
* | [PATCH] clean up and remove some extra spinlocks from rtmutex | Steven Rostedt | 2006-09-29 | 1 | -26/+25 |
* | [PATCH] ifdef blktrace debugging fields | Alexey Dobriyan | 2006-09-29 | 1 | -0/+2 |
* | [PATCH] timer: add lock annotation to lock_timer_base | Josh Triplett | 2006-09-29 | 1 | -0/+1 |
* | [PATCH] module_subsys: initialize earlier | Mark Huang | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] rcu: add lock annotations to rcu{,_bh}_torture_read_{lock,unlock} | Josh Triplett | 2006-09-29 | 1 | -4/+4 |
* | [PATCH] irq: remove a extra line | Yoichi Yuasa | 2006-09-29 | 1 | -4/+0 |
* | [PATCH] irq: fixed coding style | Yoichi Yuasa | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] kernel-doc for relay interface | Randy Dunlap | 2006-09-29 | 1 | -14/+22 |
* | [PATCH] kernel/params: driver layer error checking | Randy Dunlap | 2006-09-29 | 1 | -2/+11 |
* | [PATCH] remove generic__raw_read_trylock() | Matthew Wilcox | 2006-09-29 | 1 | -11/+0 |
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-09-28 | 1 | -0/+4 |
|\ |
|
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/tmlind/linux-omap-upstream ... | Russell King | 2006-09-27 | 1 | -1/+1 |
| |\ |
|
| * | | [ARM] Fix kernel/fork.c for lockdep on ARM | Russell King | 2006-09-20 | 1 | -0/+4 |
* | | | [PATCH] pid: remove temporary debug code in attach_pid | Eric W. Biederman | 2006-09-27 | 1 | -3/+0 |
* | | | [PATCH] pid: Implement transfer_pid and use it to simplify de_thread | Eric W. Biederman | 2006-09-27 | 1 | -0/+9 |
* | | | [PATCH] sysctl: Allow /proc/sys without sys_sysctl | Eric W. Biederman | 2006-09-27 | 1 | -75/+38 |
* | | | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 2006-09-27 | 1 | -1/+0 |
* | | | [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private | Theodore Ts'o | 2006-09-27 | 1 | -1/+1 |
* | | | [PATCH] NOMMU: move the fallback arch_vma_name() to a sensible place | David Howells | 2006-09-27 | 1 | -0/+5 |
* | | | [PATCH] NOMMU: Check that access_process_vm() has a valid target | David Howells | 2006-09-27 | 1 | -54/+0 |
* | | | Resources: insert identical resources above existing resources | Matthew Wilcox | 2006-09-26 | 1 | -16/+16 |
* | | | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2006-09-26 | 7 | -11/+110 |
|\ \ \ |
|
| * | | | [PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinder | Jan Beulich | 2006-09-26 | 1 | -7/+28 |
| * | | | [PATCH] Add the __stack_chk_fail() function | Arjan van de Ven | 2006-09-26 | 1 | -0/+12 |
| * | | | [PATCH] Add the canary field to the PDA area and the task struct | Arjan van de Ven | 2006-09-26 | 1 | -0/+5 |
| * | | | [PATCH] Avoid recursion in lockdep when stack tracer takes locks | Andi Kleen | 2006-09-26 | 1 | -0/+4 |
| * | | | [PATCH] x86: Some preparationary cleanup for stack trace | Andi Kleen | 2006-09-26 | 1 | -1/+4 |
| * | | | [PATCH] i386: Account spinlocks to the caller during profiling for !FP kernels | Andi Kleen | 2006-09-26 | 1 | -0/+5 |
| * | | | [PATCH] x86: Add portable getcpu call | Andi Kleen | 2006-09-26 | 1 | -0/+31 |
| * | | | [PATCH] x86: Allow users to force a panic on NMI | Don Zickus | 2006-09-26 | 2 | -0/+9 |
| * | | | [PATCH] x86: Add abilty to enable/disable nmi watchdog with sysctl | Don Zickus | 2006-09-26 | 1 | -0/+11 |
| * | | | [PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi... | Don Zickus | 2006-09-26 | 1 | -3/+1 |
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2006-09-26 | 4 | -4/+22 |
|\ \ \ \ |
|
| * | | | | PM: no suspend_prepare() phase | David Brownell | 2006-09-25 | 1 | -4/+0 |
| * | | | | PM: add kconfig option for deprecated .../power/state files | David Brownell | 2006-09-25 | 1 | -0/+11 |
| * | | | | PM: issue PM_EVENT_PRETHAW | David Brownell | 2006-09-25 | 3 | -4/+11 |
| * | | | | Suspend infrastructure cleanup and extension | Linus Torvalds | 2006-09-25 | 1 | -0/+4 |
| |/ / / |
|
* | | | | [PATCH] PM: Add pm_trace switch | Rafael J. Wysocki | 2006-09-26 | 1 | -0/+30 |