| Commit message (Expand) | Author | Age | Files | Lines |
* | dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pc... | FUJITA Tomonori | 2010-03-12 | 1 | -3/+12 |
* | gpio: introduce gpio_request_one() and friends | Eric Miao | 2010-03-06 | 1 | -0/+26 |
* | local_t: Remove cpu_local_xx macros | Christoph Lameter | 2010-01-05 | 1 | -19/+0 |
* | Merge branch 'master' into percpu | Tejun Heo | 2010-01-05 | 11 | -30/+75 |
|\ |
|
| * | fix up O_SYNC comments | Christoph Hellwig | 2009-12-17 | 1 | -1/+1 |
| * | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 2009-12-16 | 1 | -0/+1 |
| |\ |
|
| | * | HWPOISON: Add a madvise() injector for soft page offlining | Andi Kleen | 2009-12-16 | 1 | -0/+1 |
| * | | Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 2009-12-16 | 1 | -2/+6 |
| |\ \ |
|
| | * | | module: make MODULE_SYMBOL_PREFIX into a CONFIG option | Alan Jenkins | 2009-12-15 | 1 | -2/+6 |
| * | | | gpiolib: add support for changing value polarity in sysfs | Jani Nikula | 2009-12-16 | 1 | -0/+6 |
| | |/
| |/| |
|
| * | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-12-15 | 1 | -5/+5 |
| |\ \ |
|
| | * | | locking: Convert __raw_spin* functions to arch_spin* | Thomas Gleixner | 2009-12-14 | 1 | -2/+2 |
| | * | | locking: Convert raw_spinlock to arch_spinlock | Thomas Gleixner | 2009-12-14 | 1 | -3/+3 |
| | |/ |
|
| * | | WARN_ONCE(): use bool for boolean flag | Cesar Eduardo Barros | 2009-12-15 | 1 | -4/+4 |
| * | | nommu: fix malloc performance by adding uninitialized flag | Jie Zhang | 2009-12-15 | 1 | -0/+5 |
| |/ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-12-14 | 1 | -0/+5 |
| |\ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic | Linus Torvalds | 2009-12-11 | 2 | -3/+10 |
| |\ \ |
|
| | * | | asm-generic: add sys_recvmmsg to unistd.h | Arnd Bergmann | 2009-12-10 | 1 | -1/+3 |
| | * | | asm-generic: add sys_accept4 to unistd.h | Arnd Bergmann | 2009-12-10 | 1 | -1/+3 |
| | * | | asm-generic/gpio.h: add some forward decls of the device struct | Mike Frysinger | 2009-12-10 | 1 | -0/+3 |
| | * | | asm-generic: Fix typo in asm-generic/unistd.h. | Chen Liqin | 2009-11-03 | 1 | -2/+2 |
| * | | | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 2009-12-10 | 1 | -4/+21 |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 | 2 | -2/+2 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 2 | -2/+2 |
| | |\ \ \ |
|
| | | * | | | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 2 | -2/+2 |
| | | |/ / |
|
| * | | | | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-12-08 | 1 | -0/+1 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into for-2.6.33 | Jens Axboe | 2009-12-03 | 1 | -9/+12 |
| | |\ \ \ \
| | | |/ / / |
|
| | * | | | | block: add helpers to run flush_dcache_page() against a bio and a request's p... | Ilya Loginov | 2009-11-26 | 1 | -0/+1 |
| | | |/ /
| | |/| | |
|
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-11-18 | 2 | -10/+13 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | fcntl: rename F_OWNER_GID to F_OWNER_PGRP | Peter Zijlstra | 2009-11-17 | 1 | -1/+1 |
| | * | | | alpha: fix F_SETOWN_EX and F_GETLK64 conflict | Peter Zijlstra | 2009-11-12 | 1 | -8/+11 |
| | |/ / |
|
| | * | | IRQ: Change __softirq_pending to unsigned int in asm-generic/hardirq.h. | Ralf Baechle | 2009-10-09 | 1 | -1/+1 |
| * | | | net: Generalize socket rx gap / receive queue overflow cmsg | Neil Horman | 2009-10-12 | 1 | -0/+1 |
| |/ / |
|
* | | | percpu: make accessors check for percpu pointer in sparse | Tejun Heo | 2009-10-29 | 1 | -2/+4 |
* | | | percpu: add __percpu for sparse. | Rusty Russell | 2009-10-29 | 1 | -1/+3 |
* | | | percpu: remove per_cpu__ prefix. | Rusty Russell | 2009-10-29 | 1 | -6/+6 |
| |/
|/| |
|
* | | this_cpu: Introduce this_cpu_ptr() and generic this_cpu_* operations | Christoph Lameter | 2009-10-03 | 1 | -0/+5 |
|/ |
|
* | asm-generic/gpio.h: pull in linux/kernel.h for might_sleep() | Mike Frysinger | 2009-10-01 | 1 | -0/+1 |
* | Optimize the ordering of sections in RW_DATA_SECTION. | Tim Abbott | 2009-09-24 | 1 | -2/+2 |
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 2009-09-24 | 2 | -1/+8 |
|\ |
|
| * | HWPOISON: Add madvise() based injector for hardware poisoned pages v4 | Andi Kleen | 2009-09-16 | 1 | -0/+1 |
| * | HWPOISON: Add new SIGBUS error codes for hardware poison signals | Andi Kleen | 2009-09-16 | 1 | -1/+7 |
* | | fcntl: add F_[SG]ETOWN_EX | Peter Zijlstra | 2009-09-24 | 1 | -0/+13 |
* | | cpumask: remove obsolete node_to_cpumask now everyone uses cpumask_of_node | Rusty Russell | 2009-09-24 | 1 | -17/+0 |
* | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-09-23 | 1 | -0/+1 |
|\ \ |
|
| * | | cputime: Optimize jiffies_to_cputime(1) | Stanislaw Gruszka | 2009-08-03 | 1 | -0/+1 |
* | | | Merge branch 'x86/orig_ax' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Linus Torvalds | 2009-09-23 | 1 | -2/+6 |
|\ \ \ |
|
| * | | | asm-generic: syscall_get_nr returns int | Roland McGrath | 2009-09-22 | 1 | -2/+6 |
* | | | | gpiolib: allow exported GPIO nodes to be named using sysfs links | Jani Nikula | 2009-09-23 | 1 | -0/+8 |
* | | | | asm/sections: add text/data checking functions for arches to override | Mike Frysinger | 2009-09-23 | 1 | -0/+16 |