Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | | | includecheck fix for kernel/params.c | Jaswinder Singh Rajput | 2010-03-06 | |
* | | | | | | | | | | | | splice: comparing unsigned int < 0 | Dan Carpenter | 2010-03-06 | |
* | | | | | | | | | | | | kernel/cpu.c: delete deprecated definition in cpu_up() | Chen Gong | 2010-03-06 | |
* | | | | | | | | | | | | mm/pm: force GFP_NOIO during suspend/hibernation and resume | Rafael J. Wysocki | 2010-03-06 | |
* | | | | | | | | | | | | mm: change anon_vma linking to fix multi-process server scalability issue | Rik van Riel | 2010-03-06 | |
* | | | | | | | | | | | | mm: avoid false sharing of mm_counter | KAMEZAWA Hiroyuki | 2010-03-06 | |
* | | | | | | | | | | | | mm: clean up mm_counter | KAMEZAWA Hiroyuki | 2010-03-06 | |
* | | | | | | | | | | | | bitops: rename for_each_bit() to for_each_set_bit() | Akinobu Mita | 2010-03-06 | |
* | | | | | | | | | | | | Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2010-03-05 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | kprobes: Jump optimization sysctl interface | Masami Hiramatsu | 2010-02-25 | |
| * | | | | | | | | | | | | kprobes: Introduce kprobes jump optimization | Masami Hiramatsu | 2010-02-25 | |
| * | | | | | | | | | | | | kprobes: Introduce generic insn_slot framework | Masami Hiramatsu | 2010-02-25 | |
* | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2010-03-05 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | padata: Allocate the cpumask for the padata instance | Steffen Klassert | 2010-03-04 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-03-04 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'for-fsnotify' into for-linus | Al Viro | 2010-03-03 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | Lose the first argument of audit_inode_child() | Al Viro | 2010-02-08 | |
| * | | | | | | | | | | | | | | new helper: iterate_mounts() | Al Viro | 2010-03-03 | |
| * | | | | | | | | | | | | | | New helper: path_is_under(path1, path2) | Al Viro | 2010-03-03 | |
| * | | | | | | | | | | | | | | Switch may_open() and break_lease() to passing O_... | Al Viro | 2010-03-03 | |
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Prioritize synchronous signals over 'normal' signals | Linus Torvalds | 2010-03-03 | |
* | | | | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-03-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | resource: Fix broken indentation | H. Peter Anvin | 2010-03-02 | |
| * | | | | | | | | | | | | | | resource: Fix generic page_is_ram() for partial RAM pages | Wu Fengguang | 2010-03-01 | |
* | | | | | | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-03-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | sparseirq: Use radix_tree instead of ptrs array | Yinghai Lu | 2010-02-17 | |
| * | | | | | | | | | | | | | | | sparseirq: Change irq_desc_ptrs to static | Yinghai Lu | 2010-02-17 | |
| * | | | | | | | | | | | | | | | irq: Remove unnecessary bootmem code | Yinghai Lu | 2010-02-17 | |
| * | | | | | | | | | | | | | | | x86: Avoid race condition in pci_enable_msix() | Brandon Phiilps | 2010-02-10 | |
* | | | | | | | | | | | | | | | | Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-03-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | early_res: Need to save the allocation name in drop_range_partial() | Yinghai Lu | 2010-03-02 | |
| * | | | | | | | | | | | | | | | | early_res: Add free_early_partial() | Yinghai Lu | 2010-02-26 | |
| * | | | | | | | | | | | | | | | | core: Move early_res from arch/x86 to kernel/ | Yinghai Lu | 2010-02-17 | |
| * | | | | | | | | | | | | | | | | x86: Change range end to start+size | Yinghai Lu | 2010-02-10 | |
| * | | | | | | | | | | | | | | | | x86: Move range related operation to one file | Yinghai Lu | 2010-02-10 | |
| * | | | | | | | | | | | | | | | | Merge remote branch 'linus/master' into x86/bootmem | H. Peter Anvin | 2010-02-10 | |
| |\| | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2010-03-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | percpu: add __percpu sparse annotations to core kernel subsystems | Tejun Heo | 2010-02-16 | |
| * | | | | | | | | | | | | | | | | | Merge branch 'master' into percpu | Tejun Heo | 2010-02-02 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.c | Christoph Lameter | 2010-01-05 | |
| * | | | | | | | | | | | | | | | | | | module: Use this_cpu_xx to dynamically allocate counters | Christoph Lameter | 2010-01-05 | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into percpu | Tejun Heo | 2010-01-04 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | percpu: remove per_cpu__ prefix. | Rusty Russell | 2009-10-29 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2010-03-02 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | Merge branch 'next' into for-linus | James Morris | 2010-02-28 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | syslog: use defined constants instead of raw numbers | Kees Cook | 2010-02-03 | |
| | * | | | | | | | | | | | | | | | | | | syslog: distinguish between /proc/kmsg and syscalls | Kees Cook | 2010-02-03 | |
| | * | | | | | | | | | | | | | | | | | | Merge branch 'master' into next | James Morris | 2010-01-17 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | capabilities: Use RCU to protect task lookup in sys_capget | Thomas Gleixner | 2009-12-09 | |
* | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 | Linus Torvalds | 2010-03-02 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |