| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-35' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 2010-06-01 | 2 | -24/+24 |
|\ |
|
| * | Rename .data.nosave to .data..nosave. | Denys Vlasenko | 2010-03-03 | 1 | -1/+1 |
| * | Rename .data.read_mostly to .data..read_mostly. | Denys Vlasenko | 2010-03-03 | 1 | -1/+1 |
| * | Rename .data[.percpu][.XXX] to .data[..percpu][..XXX]. | Denys Vlasenko | 2010-03-03 | 2 | -17/+17 |
| * | Rename .bss.page_aligned to .bss..page_aligned. | Tim Abbott | 2010-03-03 | 1 | -1/+1 |
| * | Rename .data.page_aligned to .data..page_aligned. | Tim Abbott | 2010-03-03 | 1 | -1/+1 |
| * | Rename .data.init_task to .data..init_task. | Tim Abbott | 2010-03-03 | 1 | -2/+2 |
| * | Rename .data.cacheline_aligned to .data..cacheline_aligned. | Tim Abbott | 2010-03-03 | 1 | -1/+1 |
* | | numa: introduce numa_mem_id()- effective local memory node id | Lee Schermerhorn | 2010-05-27 | 1 | -0/+3 |
* | | asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.h | FUJITA Tomonori | 2010-05-27 | 1 | -2/+0 |
* | | asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len() | FUJITA Tomonori | 2010-05-27 | 1 | -8/+5 |
* | | asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.h | FUJITA Tomonori | 2010-05-27 | 1 | -4/+0 |
* | | dma-mapping: remove unnecessary sync_single_range_* in dma_map_ops | FUJITA Tomonori | 2010-05-27 | 1 | -18/+2 |
* | | rapidio: modify initialization of switch operations | Alexandre Bounine | 2010-05-27 | 1 | -6/+3 |
* | | rapidio: add Port-Write handling for EM | Alexandre Bounine | 2010-05-27 | 1 | -1/+4 |
* | | gpiolib: introduce set_debounce method | Felipe Balbi | 2010-05-27 | 1 | -0/+5 |
* | | gpiolib: document that names can contain printk format specifiers | Uwe Kleine-König | 2010-05-27 | 1 | -1/+3 |
* | | gpiolib: make names array and its values const | Uwe Kleine-König | 2010-05-27 | 1 | -1/+1 |
* | | include/asm-generic/kmap_types.h: add helpful reminder | Andrew Morton | 2010-05-25 | 1 | -0/+3 |
* | | asm-generic: don't warn that atomic_t is only 24 bit | Peter Fritzsche | 2010-05-25 | 1 | -6/+2 |
* | | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2010-05-21 | 1 | -2/+32 |
|\ \ |
|
| * | | panic: Allow warnings to set different taint flags | Ben Hutchings | 2010-05-19 | 1 | -2/+32 |
* | | | kdb: core for kgdb back end (2 of 2) | Jason Wessel | 2010-05-20 | 1 | -1/+2 |
* | | | Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2010-05-18 | 3 | -6/+69 |
|\ \ \ |
|
| * | | | arch, hweight: Fix compilation errors | Borislav Petkov | 2010-05-04 | 1 | -4/+4 |
| * | | | x86: Add optimized popcnt variants | Borislav Petkov | 2010-04-06 | 1 | -4/+18 |
| * | | | bitops: Optimize hweight() by making use of compile-time evaluation | Peter Zijlstra | 2010-04-06 | 3 | -6/+55 |
| |/ / |
|
* | | | atomic_t: Cast to volatile when accessing atomic variables | Anton Blanchard | 2010-05-17 | 1 | -1/+1 |
* | | | dma-mapping: fix dma_sync_single_range_* | FUJITA Tomonori | 2010-05-11 | 1 | -2/+2 |
|/ / |
|
* | | 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 |