Age | Commit message (Expand) | Author | Files | Lines |
2006-06-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 1 | -10/+1 |
2006-06-26 | Merge branch 'x86-64' | Linus Torvalds | 5 | -3/+952 |
2006-06-26 | [PATCH] i386/x86-64/ia64: Move polling flag into thread_info_status | Andi Kleen | 1 | -2/+7 |
2006-06-26 | [PATCH] x86_64: allow unwinder to build without module support | Jan Beulich | 1 | -0/+4 |
2006-06-26 | [PATCH] i386/x86-64: fall back to old-style call trace if no unwinding | Jan Beulich | 1 | -4/+3 |
2006-06-26 | [PATCH] x86_64: reliable stack trace support | Jan Beulich | 3 | -1/+931 |
2006-06-26 | [PATCH] x86_64: Add compat_printk and sysctl to turn off compat layer warnings | Andi Kleen | 1 | -0/+11 |
2006-06-26 | [PATCH] sched: fix SCHED_FIFO bug in sys_sched_rr_get_interval() | Peter Williams | 1 | -1/+1 |
2006-06-26 | [PATCH] coredump: copy_process: don't check SIGNAL_GROUP_EXIT | Oleg Nesterov | 1 | -12/+0 |
2006-06-26 | [PATCH] coredump: kill ptrace related stuff | Oleg Nesterov | 2 | -6/+32 |
2006-06-26 | [PATCH] proc: Cleanup proc_fd_access_allowed | Eric W. Biederman | 1 | -3/+17 |
2006-06-26 | [PATCH] proc: Use struct pid not struct task_ref | Eric W. Biederman | 1 | -6/+5 |
2006-06-26 | [PATCH] proc: don't lock task_structs indefinitely | Eric W. Biederman | 1 | -7/+20 |
2006-06-26 | [PATCH] proc: Rewrite the proc dentry flush on exit optimization | Eric W. Biederman | 2 | -9/+1 |
2006-06-26 | [PATCH] Notify page fault call chain | Anil S Keshavamurthy | 1 | -7/+23 |
2006-06-26 | [PATCH] Kprobes registers for notify page fault | Anil S Keshavamurthy | 1 | -0/+8 |
2006-06-26 | [PATCH] Kprobe: multi kprobe posthandler for booster | mao, bibo | 1 | -8/+24 |
2006-06-26 | [PATCH] fix and optimize clock source update | Roman Zippel | 1 | -42/+109 |
2006-06-26 | [PATCH] time: rename clocksource functions | john stultz | 3 | -19/+19 |
2006-06-26 | [PATCH] Time: i386 Clocksource Drivers | john stultz | 1 | -3/+8 |
2006-06-26 | [PATCH] Time: Introduce arch generic time accessors | john stultz | 2 | -0/+172 |
2006-06-26 | [PATCH] Time: Use clocksource abstraction for NTP adjustments | john stultz | 1 | -19/+28 |
2006-06-26 | [PATCH] Time: Let user request precision from current_tick_length() | john stultz | 1 | -4/+17 |
2006-06-26 | [PATCH] Time: Use clocksource infrastructure for update_wall_time | john stultz | 3 | -15/+83 |
2006-06-26 | [PATCH] Time: Clocksource Infrastructure | john stultz | 3 | -0/+418 |
2006-06-26 | [PATCH] Convert kernel/cpu.c to mutexes | Ingo Molnar | 1 | -5/+5 |
2006-06-26 | [PATCH] work around ppc64 bootup bug by making mutex-debugging save/restore irqs | Ingo Molnar | 4 | -37/+27 |
2006-06-25 | Revert "swsusp special saveable pages support" commits | Linus Torvalds | 3 | -116/+18 |
2006-06-25 | Fix PM_TRACE dependency: works only on 32-bit x86 for now | Linus Torvalds | 1 | -1/+1 |
2006-06-25 | [PATCH] pacct: none-delayed process accounting accumulation | KaiGai Kohei | 1 | -13/+11 |
2006-06-25 | [PATCH] pacct: avoidance to refer the last thread as a representation of the ... | KaiGai Kohei | 2 | -20/+26 |
2006-06-25 | [PATCH] pacct: add pacct_struct to fix some pacct bugs. | KaiGai Kohei | 3 | -16/+40 |
2006-06-25 | [PATCH] kthread: move kernel-doc and put it into DocBook | Randy Dunlap | 1 | -1/+60 |
2006-06-25 | [PATCH] ktime/hrtimer: fix kernel-doc comments | Randy Dunlap | 1 | -10/+1 |
2006-06-25 | [PATCH] cpu hotplug: fix CPU_UP_CANCEL handling | Heiko Carstens | 4 | -0/+8 |
2006-06-25 | [PATCH] kthread: convert stop_machine into a kthread | Serge E. Hallyn | 1 | -6/+11 |
2006-06-25 | [PATCH] Link error when futexes are disabled on 64bit architectures | Anton Blanchard | 1 | -1/+1 |
2006-06-25 | [PATCH] N32 sigset and __COMPAT_ENDIAN_SWAP__ | akpm@osdl.org | 1 | -7/+0 |
2006-06-25 | [PATCH] Get rid of /proc/sys/proc | Stephen Hemminger | 1 | -11/+0 |
2006-06-25 | [PATCH] printk time parameter | Jan Engelhardt | 1 | -0/+2 |
2006-06-25 | [PATCH] Remove unecessary NULL check in kernel/acct.c | Matt Helsley | 1 | -5/+3 |
2006-06-25 | [PATCH] constify parts of kernel/power/ | Andreas Mohr | 2 | -3/+3 |
2006-06-25 | [PATCH] schedule_on_each_cpu(): reduce kmalloc() size | Andrew Morton | 1 | -8/+20 |
2006-06-25 | [PATCH] kernel/sys.c: cleanups | Adrian Bunk | 2 | -5/+3 |
2006-06-25 | [PATCH] Make printk work for really early debugging | Michael Ellerman | 1 | -17/+33 |
2006-06-25 | [PATCH] Allow raw_notifier callouts to unregister themselves | Alan Stern | 1 | -2/+3 |
2006-06-25 | [PATCH] Define __raw_get_cpu_var and use it | Paul Mackerras | 4 | -6/+6 |
2006-06-25 | [PATCH] ensure NULL deref can't possibly happen in is_exported() | Jesper Juhl | 1 | -1/+1 |
2006-06-24 | Add some basic resume trace facilities | Linus Torvalds | 1 | -0/+9 |
2006-06-23 | [PATCH] More BUG_ON conversion | Eric Sesterhenn | 1 | -3/+2 |