| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Fix references to deleted NET_ETHERNET Kconfig setting. | David S. Miller | 2011-11-10 | 2 | -2/+2 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2011-11-07 | 2 | -2/+2 |
|\ |
|
| * | mtd: nand: rename NAND_USE_FLASH_BBT | Brian Norris | 2011-09-11 | 2 | -2/+2 |
| * | mtd: nand: consolidate redundant flash-based BBT flags | Brian Norris | 2011-09-11 | 2 | -2/+2 |
* | | kgdb: follow rename pack_hex_byte() to hex_byte_pack() | Andy Shevchenko | 2011-11-01 | 2 | -10/+10 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2011-10-25 | 2 | -0/+2 |
|\ \ |
|
| * \ | Merge branch 'master' of github.com:davem330/net | David S. Miller | 2011-09-22 | 3 | -2/+11 |
| |\ \ |
|
| * | | | MII: fix Kconfig dependencies for MII | Jeff Kirsher | 2011-09-15 | 2 | -0/+2 |
| | |/
| |/| |
|
* | | | cris: remove arch/cris/arch-v32/lib/nand_init.S | Paul Bolle | 2011-10-13 | 1 | -178/+0 |
* | | | Fix file references in Kconfig files | Johann Felix Soden | 2011-10-11 | 2 | -8/+8 |
| |/
|/| |
|
* | | All Arch: remove linkage for sys_nfsservctl system call | NeilBrown | 2011-08-27 | 2 | -2/+2 |
* | | cris: add arch/cris/include/asm/serial.h | WANG Cong | 2011-08-26 | 1 | -0/+9 |
|/ |
|
* | cris: add missing declaration of kgdb_init() and breakpoint() | WANG Cong | 2011-08-04 | 1 | -0/+3 |
* | cris: fix the prototype of sync_serial_ioctl() | WANG Cong | 2011-08-04 | 1 | -1/+1 |
* | cris: fix a build error in sync_serial_open() | WANG Cong | 2011-08-04 | 1 | -2/+2 |
* | cris: fix a build error in kernel/fork.c | WANG Cong | 2011-08-04 | 1 | -3/+3 |
* | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 2011-07-27 | 1 | -1/+0 |
* | atomic: move atomic_add_unless to generic code | Arun Sharma | 2011-07-27 | 1 | -2/+2 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-27 | 5 | -5/+4 |
* | asm-generic: add another generic ext2 atomic bitops | Akinobu Mita | 2011-07-27 | 1 | -2/+1 |
* | ptrace: unify show_regs() prototype | Mike Frysinger | 2011-07-27 | 2 | -2/+0 |
* | cris, exec: remove redundant set_fs(USER_DS) | Mathias Krause | 2011-07-26 | 2 | -2/+0 |
* | cris: fix some build warnings in pinmux.c | WANG Cong | 2011-07-26 | 1 | -4/+6 |
* | modules: make arch's use default loader hooks | Jonas Bonn | 2011-07-24 | 1 | -40/+3 |
* | Merge branch 'setns' | Linus Torvalds | 2011-05-28 | 3 | -1/+4 |
|\ |
|
| * | ns: Wire up the setns system call | Eric W. Biederman | 2011-05-28 | 3 | -1/+4 |
* | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2011-05-28 | 4 | -9/+10 |
|\ \ |
|
| * | | mtd: cris: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 4 | -9/+10 |
* | | | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} | Akinobu Mita | 2011-05-27 | 1 | -4/+0 |
| |/
|/| |
|
* | | cris: convert old cpumask API into new one | KOSAKI Motohiro | 2011-05-25 | 2 | -17/+20 |
* | | mm: now that all old mmu_gather code is gone, remove the storage | Peter Zijlstra | 2011-05-25 | 1 | -2/+0 |
* | | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-05-24 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge branch 'fixes-2.6.39' into for-2.6.40 | Tejun Heo | 2011-05-24 | 4 | -14/+0 |
| |\ \ |
|
| * | | | percpu: Always align percpu output section to PAGE_SIZE | Tejun Heo | 2011-03-24 | 1 | -1/+1 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-05-23 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | cris: typo in mach-fs Makefile | Sarah Nadi | 2011-05-18 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* / | | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() | Peter Zijlstra | 2011-04-14 | 1 | -5/+8 |
|/ / / |
|
* | | | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 18 | -19/+19 |
* | | | genirq: Remove the now obsolete config options and select statements | Thomas Gleixner | 2011-03-30 | 1 | -1/+0 |
* | | | Merge branch 'for-linus' of git://www.jni.nu/cris | Linus Torvalds | 2011-03-29 | 5 | -382/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | Correct auto-restart of syscalls via restartblock | Jesper Nilsson | 2011-03-21 | 1 | -1/+1 |
| * | | CRISv10: Fix return before mutex_unlock in pcf8563 | Jesper Nilsson | 2011-03-21 | 1 | -1/+1 |
| * | | Drop the CRISv32 version of pcf8563 | Jesper Nilsson | 2011-03-21 | 3 | -380/+1 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Artem Bityutskiy | 2011-03-25 | 12 | -70/+17 |
|\ \ \
| | |/
| |/| |
|
| * | | remove dma64_addr_t | FUJITA Tomonori | 2011-03-24 | 1 | -6/+0 |
| * | | bitops: remove minix bitops from asm/bitops.h | Akinobu Mita | 2011-03-24 | 1 | -1/+0 |
| * | | bitops: remove ext2 non-atomic bitops from asm/bitops.h | Akinobu Mita | 2011-03-24 | 1 | -1/+0 |
| * | | bitops: introduce little-endian bitops for most architectures | Akinobu Mita | 2011-03-24 | 1 | -0/+1 |
| * | | add the common dma_addr_t typedef to include/linux/types.h | FUJITA Tomonori | 2011-03-23 | 1 | -3/+0 |
| * | | mm: NUMA aware alloc_thread_info_node() | Eric Dumazet | 2011-03-23 | 1 | -1/+1 |