index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-generic
Age
Commit message (
Expand
)
Author
Lines
2010-05-27
numa: introduce numa_mem_id()- effective local memory node id
Lee Schermerhorn
-0
/
+3
2010-05-27
asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.h
FUJITA Tomonori
-2
/
+0
2010-05-27
asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len()
FUJITA Tomonori
-8
/
+5
2010-05-27
asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.h
FUJITA Tomonori
-4
/
+0
2010-05-27
dma-mapping: remove unnecessary sync_single_range_* in dma_map_ops
FUJITA Tomonori
-18
/
+2
2010-05-27
rapidio: modify initialization of switch operations
Alexandre Bounine
-6
/
+3
2010-05-27
rapidio: add Port-Write handling for EM
Alexandre Bounine
-1
/
+4
2010-05-27
gpiolib: introduce set_debounce method
Felipe Balbi
-0
/
+5
2010-05-27
gpiolib: document that names can contain printk format specifiers
Uwe Kleine-König
-1
/
+3
2010-05-27
gpiolib: make names array and its values const
Uwe Kleine-König
-1
/
+1
2010-05-25
include/asm-generic/kmap_types.h: add helpful reminder
Andrew Morton
-0
/
+3
2010-05-25
asm-generic: don't warn that atomic_t is only 24 bit
Peter Fritzsche
-6
/
+2
2010-05-21
Merge git://git.infradead.org/iommu-2.6
Linus Torvalds
-2
/
+32
2010-05-20
kdb: core for kgdb back end (2 of 2)
Jason Wessel
-1
/
+2
2010-05-19
panic: Allow warnings to set different taint flags
Ben Hutchings
-2
/
+32
2010-05-18
Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-6
/
+69
2010-05-17
atomic_t: Cast to volatile when accessing atomic variables
Anton Blanchard
-1
/
+1
2010-05-11
dma-mapping: fix dma_sync_single_range_*
FUJITA Tomonori
-2
/
+2
2010-05-04
arch, hweight: Fix compilation errors
Borislav Petkov
-4
/
+4
2010-04-06
x86: Add optimized popcnt variants
Borislav Petkov
-4
/
+18
2010-04-06
bitops: Optimize hweight() by making use of compile-time evaluation
Peter Zijlstra
-6
/
+55
2010-03-12
dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pc...
FUJITA Tomonori
-3
/
+12
2010-03-06
gpio: introduce gpio_request_one() and friends
Eric Miao
-0
/
+26
2010-01-05
local_t: Remove cpu_local_xx macros
Christoph Lameter
-19
/
+0
2010-01-05
Merge branch 'master' into percpu
Tejun Heo
-30
/
+75
2009-12-17
fix up O_SYNC comments
Christoph Hellwig
-1
/
+1
2009-12-16
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
-0
/
+1
2009-12-16
Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Linus Torvalds
-2
/
+6
2009-12-16
gpiolib: add support for changing value polarity in sysfs
Jani Nikula
-0
/
+6
2009-12-16
HWPOISON: Add a madvise() injector for soft page offlining
Andi Kleen
-0
/
+1
2009-12-15
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-5
/
+5
2009-12-15
WARN_ONCE(): use bool for boolean flag
Cesar Eduardo Barros
-4
/
+4
2009-12-15
nommu: fix malloc performance by adding uninitialized flag
Jie Zhang
-0
/
+5
2009-12-15
module: make MODULE_SYMBOL_PREFIX into a CONFIG option
Alan Jenkins
-2
/
+6
2009-12-14
locking: Convert __raw_spin* functions to arch_spin*
Thomas Gleixner
-2
/
+2
2009-12-14
locking: Convert raw_spinlock to arch_spinlock
Thomas Gleixner
-3
/
+3
2009-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
-0
/
+5
2009-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
-3
/
+10
2009-12-10
asm-generic: add sys_recvmmsg to unistd.h
Arnd Bergmann
-1
/
+3
2009-12-10
asm-generic: add sys_accept4 to unistd.h
Arnd Bergmann
-1
/
+3
2009-12-10
asm-generic/gpio.h: add some forward decls of the device struct
Mike Frysinger
-0
/
+3
2009-12-10
vfs: Implement proper O_SYNC semantics
Christoph Hellwig
-4
/
+21
2009-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
-2
/
+2
2009-12-08
Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
-0
/
+1
2009-12-07
Merge branch 'for-next' into for-linus
Jiri Kosina
-2
/
+2
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
-2
/
+2
2009-12-03
Merge branch 'master' into for-2.6.33
Jens Axboe
-9
/
+12
2009-11-26
block: add helpers to run flush_dcache_page() against a bio and a request's p...
Ilya Loginov
-0
/
+1
2009-11-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
-10
/
+13
2009-11-17
fcntl: rename F_OWNER_GID to F_OWNER_PGRP
Peter Zijlstra
-1
/
+1
[next]