Age | Commit message (Expand) | Author | Files | Lines |
2008-07-26 | crashdump: fix undefined reference to `elfcorehdr_addr' | Ingo Molnar | 1 | -0/+6 |
2008-07-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -0/+6 |
2008-07-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2 | -2/+14 |
2008-07-26 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 1 | -1/+7 |
2008-07-26 | sys_paccept definition missing __user annotation | Harvey Harrison | 1 | -1/+1 |
2008-07-26 | sparc: Wire up new system calls. | David S. Miller | 2 | -2/+14 |
2008-07-25 | Merge git://git.infradead.org/embedded-2.6 | Linus Torvalds | 2 | -0/+33 |
2008-07-25 | Merge git://git.infradead.org/~dwmw2/random-2.6 | Linus Torvalds | 22 | -105/+4 |
2008-07-25 | bootmem: Move node allocation macros back to !HAVE_ARCH_BOOTMEM_NODE | Johannes Weiner | 1 | -5/+4 |
2008-07-25 | remove dummy asm/kvm.h files | Adrian Bunk | 22 | -105/+4 |
2008-07-25 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 15 | -22/+135 |
2008-07-25 | Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6 | Linus Torvalds | 2 | -13/+68 |
2008-07-25 | edac: i5100 new intel chipset driver | Arthur Jones | 1 | -0/+3 |
2008-07-25 | fuse: nfs export special lookups | Miklos Szeredi | 1 | -0/+3 |
2008-07-25 | locks: add special return value for asynchronous locks | Miklos Szeredi | 1 | -0/+6 |
2008-07-25 | per-task-delay-accounting: update taskstats for memory reclaim delay | Keika Kobayashi | 1 | -1/+5 |
2008-07-25 | per-task-delay-accounting: add memory reclaim delay | Keika Kobayashi | 2 | -0/+23 |
2008-07-25 | task IO accounting: provide distinct tgid/tid I/O statistics | Andrea Righi | 1 | -0/+4 |
2008-07-25 | bsdacct: switch from global bsd_acct_struct instance to per-pidns one | Pavel Emelyanov | 1 | -0/+3 |
2008-07-25 | pidns: add the struct bsd_acct_struct pointer on pid_namespace struct | Pavel Emelyanov | 1 | -0/+5 |
2008-07-25 | accounting: account for user time when updating memory integrals | Jonathan Lim | 1 | -1/+1 |
2008-07-25 | pidns: remove find_task_by_pid, unused for a long time | Pavel Emelyanov | 2 | -7/+1 |
2008-07-25 | pidns: remove now unused find_pid function. | Pavel Emelyanov | 2 | -4/+2 |
2008-07-25 | pidns: remove now unused kill_proc function | Pavel Emelyanov | 1 | -1/+0 |
2008-07-25 | shrink struct pid by removing padding on 64 bit builds | Richard Kennedy | 1 | -1/+1 |
2008-07-25 | proper pid{hash,map}_init() prototypes | Adrian Bunk | 1 | -0/+3 |
2008-07-25 | proc: always do ->release | Alexey Dobriyan | 1 | -0/+1 |
2008-07-25 | move proc_kmsg_operations to fs/proc/internal.h | Adrian Bunk | 1 | -1/+0 |
2008-07-25 | fs/partition/check.c: fix return value warning | Abdel Benamrouche | 1 | -1/+1 |
2008-07-25 | elf: use ELF_CORE_EFLAGS for kcore ELF header flags | Edgar E. Iglesias | 1 | -2/+2 |
2008-07-25 | ipc: do not use a negative value to re-enable msgmni automatic recomputing | Nadia Derbey | 1 | -1/+2 |
2008-07-25 | ipc/sem.c: rewrite undo list locking | Manfred Spraul | 1 | -1/+5 |
2008-07-25 | ipc/sem.c: convert sem_array.sem_pending to struct list_head | Manfred Spraul | 1 | -7/+5 |
2008-07-25 | ipc/sem.c: remove unused entries from struct sem_queue | Manfred Spraul | 1 | -2/+0 |
2008-07-25 | ipc/sem.c: convert undo structures to struct list_head | Manfred Spraul | 1 | -6/+6 |
2008-07-25 | idr: make idr_find rcu-safe | Nadia Derbey | 1 | -0/+16 |
2008-07-25 | idr: error checking factorization | Nadia Derbey | 1 | -0/+6 |
2008-07-25 | idr: change the idr structure | Nadia Derbey | 1 | -0/+2 |
2008-07-25 | calgary iommu: use the first kernels TCE tables in kdump | Chandru | 1 | -0/+8 |
2008-07-25 | workqueues: make get_online_cpus() useable for work->func() | Oleg Nesterov | 2 | -4/+13 |
2008-07-25 | workqueues: implement flush_work() | Oleg Nesterov | 1 | -0/+2 |
2008-07-25 | coredump: kill mm->core_done | Oleg Nesterov | 1 | -3/+1 |
2008-07-25 | coredump: construct the list of coredumping threads at startup time | Oleg Nesterov | 1 | -0/+6 |
2008-07-25 | coredump: turn core_state->nr_threads into atomic_t | Oleg Nesterov | 1 | -1/+1 |
2008-07-25 | coredump: move mm->core_waiters into struct core_state | Oleg Nesterov | 1 | -1/+1 |
2008-07-25 | coredump: turn mm->core_startup_done into the pointer to struct core_state | Oleg Nesterov | 1 | -1/+6 |
2008-07-25 | kill PF_BORROWED_MM in favour of PF_KTHREAD | Oleg Nesterov | 1 | -2/+1 |
2008-07-25 | introduce PF_KTHREAD flag | Oleg Nesterov | 2 | -1/+2 |
2008-07-25 | ptrace: give more respect to SIGKILL | Oleg Nesterov | 1 | -3/+0 |
2008-07-25 | include/asm/ptrace.h userspace headers cleanup | Adrian Bunk | 15 | -23/+32 |