Age | Commit message (Expand) | Author | Files | Lines |
2009-06-16 | sparc64: Store per-cpu offset in trap_block[] | David S. Miller | 5 | -44/+21 |
2009-06-16 | sparc64: Move trap_block[] definitions into a new header file. | David S. Miller | 2 | -196/+208 |
2009-06-16 | sparc64: Reclaim trap_block[]->hdesc | David S. Miller | 2 | -9/+7 |
2009-06-15 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 17 | -22/+68 |
2009-06-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 9 | -11/+20 |
2009-06-12 | module: cleanup FIXME comments about trimming exception table entries. | Rusty Russell | 1 | -2/+0 |
2009-06-12 | module: trim exception table on init free. | Rusty Russell | 2 | -0/+32 |
2009-06-12 | asm-generic: merge branch 'master' of torvalds/linux-2.6 | Arnd Bergmann | 2 | -5/+11 |
2009-06-11 | asm-generic: rename page.h and uaccess.h | Arnd Bergmann | 3 | -3/+3 |
2009-06-11 | asm-generic: rename atomic.h to atomic-long.h | Arnd Bergmann | 2 | -2/+2 |
2009-06-11 | asm-generic: introduce asm/bitsperlong.h | Arnd Bergmann | 2 | -4/+13 |
2009-06-11 | asm-generic: rename termios.h, signal.h and mman.h | Arnd Bergmann | 2 | -2/+2 |
2009-06-11 | Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
2009-06-07 | cfg80211: errno.h: define ERFKILL | Alexander Beregalov | 1 | -0/+2 |
2009-06-01 | Merge branch 'linus' into irq/numa | Ingo Molnar | 3 | -4/+5 |
2009-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 3 | -4/+5 |
2009-05-30 | sparc64: Fix section attribute warnings. | David S. Miller | 2 | -2/+2 |
2009-05-20 | Merge branch 'core/urgent' into core/futexes | Thomas Gleixner | 23 | -152/+280 |
2009-05-12 | Merge branch 'x86/apic' into irq/numa | Ingo Molnar | 2 | -2/+2 |
2009-05-08 | sparc64: Fix SET_PERSONALITY to not clip bits outside of PER_MASK. | David S. Miller | 1 | -2/+3 |
2009-04-28 | irq: change ->set_affinity() to return status | Yinghai Lu | 1 | -3/+9 |
2009-04-28 | sparc: cleanup references to deprecated .text.init* sections. | Tim Abbott | 2 | -2/+2 |
2009-04-26 | sparc: convert to use __HEAD and HEAD_TEXT macros. | Tim Abbott | 2 | -2/+2 |
2009-04-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 4 | -97/+225 |
2009-04-22 | sparc: Fix bus type probing for ESP and LE devices. | David S. Miller | 2 | -4/+38 |
2009-04-22 | clocksource: pass clocksource to read() callback | Magnus Damm | 1 | -1/+6 |
2009-04-21 | Separate out common fstatat code into vfs_fstatat | Oleg Drokin | 1 | -14/+5 |
2009-04-17 | sparc32: Update defconfig. | David S. Miller | 1 | -30/+68 |
2009-04-17 | sparc64: Update defconfig. | David S. Miller | 1 | -63/+119 |
2009-04-15 | sparc: remove some pointless conditionals before kfree() | Wei Yongjun | 1 | -4/+2 |
2009-04-15 | sparc: asm/atomic.h on 32bit should include asm/system.h for xchg | Stephen Rothwell | 1 | -0/+2 |
2009-04-15 | sparc64: Fix smp_callin() locking. | David S. Miller | 1 | -2/+2 |
2009-04-14 | parport: Fix various uses of parport_pc | Alan Cox | 1 | -2/+3 |
2009-04-09 | sparc64: extend TI_RESTART_BLOCK space by 8 bytes | Stephen Rothwell | 1 | -2/+2 |
2009-04-08 | sparc: Hook up sys_preadv and sys_pwritev | David S. Miller | 3 | -4/+6 |
2009-04-08 | sparc64: add_node_ranges() must be __init | David S. Miller | 1 | -1/+1 |
2009-04-08 | sparc64: Fix section mismatch warnings in PCI controller drivers. | David S. Miller | 5 | -20/+20 |
2009-04-08 | sparc64: Fix section mismatch warnings in power driver. | David S. Miller | 1 | -1/+1 |
2009-04-08 | sparc64: get_cells() can't be marked __init | David S. Miller | 1 | -2/+1 |
2009-04-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 1 | -0/+2 |
2009-04-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2009-04-03 | Allow rwlocks to re-enable interrupts | Robin Holt | 2 | -0/+4 |
2009-04-03 | Simplify copy_thread() | Alexey Dobriyan | 2 | -2/+2 |
2009-04-03 | generic debug pagealloc: build fix | Akinobu Mita | 1 | -9/+0 |
2009-04-01 | mm: use debug_kmap_atomic | Akinobu Mita | 1 | -0/+1 |
2009-04-01 | generic debug pagealloc | Akinobu Mita | 2 | -1/+5 |
2009-03-31 | Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Rusty Russell | 1 | -0/+2 |
2009-03-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 15 | -58/+72 |
2009-03-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 3 | -8/+0 |
2009-03-31 | Merge branch 'linus' into cpumask-for-linus | Ingo Molnar | 10 | -31/+20 |