Age | Commit message (Expand) | Author | Files | Lines |
2012-10-02 | UAPI: (Scripted) Set up UAPI Kbuild files | David Howells | 1 | -0/+3 |
2012-07-31 | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION | Will Deacon | 1 | -1/+0 |
2012-07-24 | avr32: remove km_type definitions | Cong Wang | 1 | -22/+2 |
2012-05-31 | bury __kernel_nlink_t, make internal nlink_t consistent | Al Viro | 1 | -3/+0 |
2012-05-25 | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |
2012-05-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -7/+0 |
2012-05-22 | avr32: struct old_sigaction is never used | Al Viro | 1 | -7/+0 |
2012-05-17 | fork: move the real prepare_to_copy() users to arch_dup_task_struct() | Suresh Siddha | 1 | -3/+0 |
2012-04-08 | kvmclock: Add functions to check if the host has stopped the vm | Eric B Munson | 1 | -0/+1 |
2012-04-04 | avr32: fix nop compile fails from system.h split up | Paul Gortmaker | 2 | -13/+2 |
2012-03-30 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -96/+11 |
2012-03-29 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 8 | -72/+114 |
2012-03-28 | Delete all instances of asm/system.h | David Howells | 1 | -6/+0 |
2012-03-28 | Disintegrate asm/system.h for AVR32 | David Howells | 9 | -180/+228 |
2012-03-24 | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds | 1 | -0/+1 |
2012-03-05 | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker | 1 | -0/+1 |
2012-02-24 | net: Add framework to allow sending packets with customized CRC. | Ben Greear | 1 | -0/+3 |
2012-02-22 | sock: Introduce the SO_PEEK_OFF sock option | Pavel Emelyanov | 1 | -0/+1 |
2012-02-15 | avr32: Use generic posix_types.h | H. Peter Anvin | 1 | -96/+11 |
2012-01-13 | treewide: remove useless NORET_TYPE macro and uses | Joe Perches | 1 | -1/+1 |
2012-01-09 | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+0 |
2012-01-09 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2 | -35/+1 |
2012-01-04 | consolidate a bunch of ipcbuf.h instances | Al Viro | 1 | -29/+1 |
2012-01-04 | consolidate umode_t declarations | Al Viro | 1 | -6/+0 |
2011-11-22 | freezer: remove now unused TIF_FREEZE | Tejun Heo | 1 | -2/+0 |
2011-11-10 | net: add wireless TX status socket option | Johannes Berg | 1 | -0/+3 |
2011-07-27 | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 1 | -2/+0 |
2011-07-27 | atomic: move atomic_add_unless to generic code | Arun Sharma | 1 | -32/+25 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+0 |
2011-07-27 | ptrace: unify show_regs() prototype | Mike Frysinger | 1 | -2/+0 |
2011-07-22 | asm-generic: move archictures to common delay.h | Jonas Bonn | 1 | -26/+1 |
2011-06-14 | avr32, exec: remove redundant set_fs(USER_DS) | Mathias Krause | 1 | -1/+0 |
2011-05-28 | Merge branch 'setns' | Linus Torvalds | 1 | -1/+2 |
2011-05-28 | ns: Wire up the setns system call | Eric W. Biederman | 1 | -1/+2 |
2011-05-27 | arch: add #define for each of optimized find bitops | Akinobu Mita | 1 | -0/+15 |
2011-04-13 | avr32: add ATAG_BOARDINFO | Andreas Bießmann | 1 | -0/+9 |
2011-03-24 | bitops: remove minix bitops from asm/bitops.h | Akinobu Mita | 1 | -1/+0 |
2011-03-24 | bitops: remove ext2 non-atomic bitops from asm/bitops.h | Akinobu Mita | 1 | -1/+0 |
2011-03-24 | bitops: introduce little-endian bitops for most architectures | Akinobu Mita | 1 | -0/+1 |
2011-03-23 | add the common dma_addr_t typedef to include/linux/types.h | FUJITA Tomonori | 1 | -8/+0 |
2011-01-26 | avr32: add missing include causing undefined pgtable_page_* references | Hans-Christian Egtvedt | 1 | -0/+1 |
2011-01-13 | avr32: make architecture sys_clone prototype match asm-generic prototype | Hans-Christian Egtvedt | 1 | -5/+0 |
2011-01-13 | avr32: use syscall prototypes from asm-generic instead of arch | Hans-Christian Egtvedt | 1 | -9/+0 |
2010-10-27 | mm: remove pte_*map_nested() | Peter Zijlstra | 1 | -2/+0 |
2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 | Linus Torvalds | 1 | -85/+1 |
2010-10-22 | ioctl: Use asm-generic/ioctls.h on avr32 (enables termiox) | Jeff Mahoney | 1 | -85/+1 |
2010-10-07 | Fix IRQ flag handling naming | David Howells | 1 | -18/+11 |
2010-08-14 | Mark arguments to certain syscalls as being const | David Howells | 1 | -1/+1 |
2010-08-11 | dma-mapping: remove dma_is_consistent API | FUJITA Tomonori | 1 | -5/+0 |
2010-08-11 | dma-mapping: unify dma_get_cache_alignment implementations | FUJITA Tomonori | 1 | -5/+0 |