Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2010-03-05 | 2 | -90/+569 | |
|\ | ||||||
| * | kprobes: Jump optimization sysctl interface | Masami Hiramatsu | 2010-02-25 | 2 | -3/+97 | |
| * | kprobes: Introduce kprobes jump optimization | Masami Hiramatsu | 2010-02-25 | 1 | -51/+410 | |
| * | kprobes: Introduce generic insn_slot framework | Masami Hiramatsu | 2010-02-25 | 1 | -39/+65 | |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2010-03-05 | 1 | -1/+7 | |
|\ \ | ||||||
| * | | padata: Allocate the cpumask for the padata instance | Steffen Klassert | 2010-03-04 | 1 | -1/+7 | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-03-04 | 3 | -82/+32 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'for-fsnotify' into for-linus | Al Viro | 2010-03-03 | 1 | -5/+2 | |
| |\ \ \ | ||||||
| | * | | | Lose the first argument of audit_inode_child() | Al Viro | 2010-02-08 | 1 | -5/+2 | |
| * | | | | new helper: iterate_mounts() | Al Viro | 2010-03-03 | 1 | -33/+16 | |
| * | | | | New helper: path_is_under(path1, path2) | Al Viro | 2010-03-03 | 1 | -39/+12 | |
| * | | | | Switch may_open() and break_lease() to passing O_... | Al Viro | 2010-03-03 | 1 | -5/+2 | |
* | | | | | Prioritize synchronous signals over 'normal' signals | Linus Torvalds | 2010-03-03 | 1 | -13/+30 | |
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-03-03 | 1 | -4/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | resource: Fix broken indentation | H. Peter Anvin | 2010-03-02 | 1 | -1/+1 | |
| * | | | | | resource: Fix generic page_is_ram() for partial RAM pages | Wu Fengguang | 2010-03-01 | 1 | -4/+5 | |
* | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-03-03 | 4 | -46/+74 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | sparseirq: Use radix_tree instead of ptrs array | Yinghai Lu | 2010-02-17 | 1 | -24/+25 | |
| * | | | | | | sparseirq: Change irq_desc_ptrs to static | Yinghai Lu | 2010-02-17 | 3 | -8/+9 | |
| * | | | | | | irq: Remove unnecessary bootmem code | Yinghai Lu | 2010-02-17 | 1 | -11/+3 | |
| * | | | | | | x86: Avoid race condition in pci_enable_msix() | Brandon Phiilps | 2010-02-10 | 1 | -9/+43 | |
* | | | | | | | Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-03-03 | 3 | -1/+743 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | early_res: Need to save the allocation name in drop_range_partial() | Yinghai Lu | 2010-03-01 | 1 | -2/+12 | |
| * | | | | | | | early_res: Add free_early_partial() | Yinghai Lu | 2010-02-26 | 1 | -0/+55 | |
| * | | | | | | | core: Move early_res from arch/x86 to kernel/ | Yinghai Lu | 2010-02-16 | 2 | -0/+514 | |
| * | | | | | | | x86: Change range end to start+size | Yinghai Lu | 2010-02-10 | 1 | -10/+10 | |
| * | | | | | | | x86: Move range related operation to one file | Yinghai Lu | 2010-02-10 | 2 | -1/+164 | |
| * | | | | | | | Merge remote branch 'linus/master' into x86/bootmem | H. Peter Anvin | 2010-02-10 | 132 | -5967/+12158 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2010-03-03 | 9 | -27/+30 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | percpu: add __percpu sparse annotations to core kernel subsystems | Tejun Heo | 2010-02-17 | 3 | -4/+4 | |
| * | | | | | | | | Merge branch 'master' into percpu | Tejun Heo | 2010-02-02 | 26 | -134/+280 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.c | Christoph Lameter | 2010-01-05 | 2 | -0/+2 | |
| * | | | | | | | | | module: Use this_cpu_xx to dynamically allocate counters | Christoph Lameter | 2010-01-05 | 1 | -14/+15 | |
| * | | | | | | | | | Merge branch 'master' into percpu | Tejun Heo | 2010-01-05 | 134 | -6063/+12454 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | percpu: remove per_cpu__ prefix. | Rusty Russell | 2009-10-29 | 3 | -9/+9 | |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2010-03-02 | 2 | -31/+25 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'next' into for-linus | James Morris | 2010-03-01 | 2 | -31/+25 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | syslog: use defined constants instead of raw numbers | Kees Cook | 2010-02-04 | 1 | -26/+19 | |
| | * | | | | | | | | | | | syslog: distinguish between /proc/kmsg and syscalls | Kees Cook | 2010-02-04 | 1 | -3/+4 | |
| | * | | | | | | | | | | | Merge branch 'master' into next | James Morris | 2010-01-18 | 95 | -2206/+3159 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | capabilities: Use RCU to protect task lookup in sys_capget | Thomas Gleixner | 2009-12-10 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 | Linus Torvalds | 2010-03-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | sparc: Support show_unhandled_signals. | David S. Miller | 2010-03-01 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-03-02 | 1 | -4/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2010-02-28 | 48 | -3570/+4280 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | const: struct nla_policy | Alexey Dobriyan | 2010-02-18 | 1 | -4/+2 | |
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-03-01 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | blktrace: perform cleanup after setup error | Dmitry Monakhov | 2010-02-28 | 1 | -2/+3 | |
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | ||||||
| | | | | | | | | | | | | | | ||||||
| \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
*---. \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'futexes-for-linus', 'irq-core-for-linus' and 'bkl-drivers-for... | Linus Torvalds | 2010-03-01 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | futex: Protect pid lookup in compat code with RCU | Thomas Gleixner | 2009-12-09 | 1 | -3/+3 | |
| | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | |