Age | Commit message (Expand) | Author | Files | Lines |
2011-01-26 | console: rename acquire/release_console_sem() to console_lock/unlock() | Torben Hohn | 1 | -2/+2 |
2011-01-21 | parisc: Use generic irq Kconfig | Thomas Gleixner | 1 | -10/+4 |
2011-01-21 | genirq: Remove __do_IRQ | Thomas Gleixner | 1 | -4/+0 |
2011-01-20 | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT | David Rientjes | 2 | -2/+2 |
2011-01-15 | parisc: fix compile breakage caused by inlining maybe_mkwrite | James Bottomley | 1 | -1/+3 |
2011-01-15 | parisc : Remove broken line wrapping handling pdc_iodc_print() | Guy Martin | 1 | -12/+1 |
2011-01-13 | thp: mm: define MADV_NOHUGEPAGE | Andrea Arcangeli | 1 | -0/+1 |
2011-01-13 | thp: mm: define MADV_HUGEPAGE | Andrea Arcangeli | 1 | -0/+2 |
2011-01-07 | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -4/+5 |
2010-12-16 | TTY: Add tty ioctl to figure device node of the system console. | Werner Fink | 1 | -0/+1 |
2010-12-04 | parisc: convert the rest of the irq handlers to simple/percpu | James Bottomley | 1 | -4/+1 |
2010-12-04 | parisc: fix dino/gsc interrupts | James Bottomley | 1 | -1/+1 |
2010-11-29 | parisc: remove redundant initialization in sigsegv path of sys_rt_sigreturn | Kyle McMartin | 1 | -8/+1 |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2 | -2/+0 |
2010-11-16 | parisc: cleanup console handling | Jiri Slaby | 1 | -4/+4 |
2010-10-28 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -7/+0 |
2010-10-28 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/par... | Linus Torvalds | 10 | -39/+165 |
2010-10-28 | parisc: fix compile failure with kmap_atomic changes | James Bottomley | 1 | -4/+4 |
2010-10-27 | ptrace: cleanup arch_ptrace() on parisc | Namhyung Kim | 1 | -1/+1 |
2010-10-27 | ptrace: change signature of arch_ptrace() | Namhyung Kim | 1 | -5/+6 |
2010-10-26 | mm: remove pte_*map_nested() | Peter Zijlstra | 1 | -2/+0 |
2010-10-22 | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -4/+0 |
2010-10-21 | parisc: add tty driver to PDC console | Guy Martin | 1 | -7/+134 |
2010-10-21 | parisc: remove homegrown L1_CACHE_ALIGN macro | FUJITA Tomonori | 1 | -2/+0 |
2010-10-21 | arch/parisc: Removing undead ifdef CONFIG_PA20 | Christian Dietrich | 1 | -3/+0 |
2010-10-21 | parisc: unwind - optimise linked-list searches for modules | Phil Carmody | 1 | -1/+4 |
2010-10-21 | parisc: change to new flag variable | matt mooney | 1 | -1/+1 |
2010-10-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags | Linus Torvalds | 2 | -18/+47 |
2010-10-18 | irq_work: Add generic hardirq context callbacks | Peter Zijlstra | 2 | -2/+2 |
2010-10-16 | parisc: remove big kernel lock | Arnd Bergmann | 1 | -4/+0 |
2010-10-14 | parisc: kill __do_IRQ | Kyle McMartin | 3 | -7/+4 |
2010-10-14 | parisc: convert iosapic interrupts to proper flow handlers | Kyle McMartin | 1 | -1/+1 |
2010-10-14 | parisc: convert cpu interrupts to proper flow handlers | Kyle McMartin | 2 | -17/+10 |
2010-10-14 | parisc: lay groundwork for killing __do_IRQ | Kyle McMartin | 2 | -10/+19 |
2010-10-13 | parisc: add prlimit64 syscall | Kyle McMartin | 2 | -1/+3 |
2010-10-12 | Merge branch 'kbuild/rc-fixes' into kbuild/kconfig | Michal Marek | 19 | -5934/+26 |
2010-10-07 | Fix IRQ flag handling naming | David Howells | 2 | -18/+47 |
2010-10-05 | modules: Fix module_bug_list list corruption race | Linus Torvalds | 1 | -2/+1 |
2010-09-19 | kbuild: migrate all arch to the kconfig mainmenu upgrade | Arnaud Lacombe | 1 | -7/+0 |
2010-09-14 | compat: Make compat_alloc_user_space() incorporate the access_ok() | H. Peter Anvin | 1 | -1/+1 |
2010-08-17 | Make do_execve() take a const filename pointer | David Howells | 2 | -7/+14 |
2010-08-14 | defconfig reduction | Sam Ravnborg | 5 | -5892/+4 |
2010-08-14 | archs: replace unifdef-y with header-y | Sam Ravnborg | 1 | -1/+1 |
2010-08-13 | Mark arguments to certain syscalls as being const | David Howells | 1 | -3/+4 |
2010-08-12 | parisc: fix wrong page aligned size calculation in ioremapping code | Florian Zumbiehl | 1 | -1/+1 |
2010-08-11 | dma-mapping: remove dma_is_consistent API | FUJITA Tomonori | 1 | -6/+0 |
2010-08-11 | dma-mapping: parisc: set ARCH_DMA_MINALIGN | FUJITA Tomonori | 1 | -0/+2 |
2010-08-11 | dma-mapping: unify dma_get_cache_alignment implementations | FUJITA Tomonori | 1 | -6/+0 |
2010-08-10 | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -1/+0 |
2010-08-10 | tty: Add EXTPROC support for LINEMODE | hyc@symas.com | 2 | -0/+3 |