Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e176bbc5893bef36a0909de31dea97865660a7c9
/
include
/
asm-generic
2c7387e
asm-generic/stat.h: support 64-bit file time_t for stat()
by Chris Metcalf
· 14 years ago
af29513
audit: make link()/linkat() match "attribute change" predicate
by Al Viro
· 15 years ago
c9e2a72
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
by Linus Torvalds
· 14 years ago
d57af9b
taskstats: use real microsecond granularity for CPU times
by Michael Holzheu
· 14 years ago
09cd952
gpiolib: fix HAVE_GPIO_LIB leftovers in asm-generic/gpio.h
by Anton Vorontsov
· 14 years ago
d882626
vmlinux.lds.h: lower init ramfs alignment to 4
by Mike Frysinger
· 14 years ago
d356c0b
vmlinux.lds.h: gather .data..shared_aligned sections in DATA_DATA
by Mike Frysinger
· 14 years ago
e2b8d7a
[S390] add support for nonquiescing sske
by Martin Schwidefsky
· 14 years ago
73ecf3a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
0fc0531
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 14 years ago
db08bf0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
by Linus Torvalds
· 14 years ago
8bc3372
ioctl: Use asm-generic/ioctls.h on cris (enables termiox)
by Jeff Mahoney
· 14 years ago
e36f561
Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags
by Linus Torvalds
· 14 years ago
c3b86a2
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
2aeb66d
x86-32, percpu: Correct the ordering of the percpu readmostly section
by H. Peter Anvin
· 14 years ago
c957ef2
percpu: Introduce a read-mostly percpu API
by Shaohua Li
· 14 years ago
35dbc0e
asm-generic/io.h: allow people to override individual funcs
by Mike Frysinger
· 14 years ago
d852a6a
bitops: remove duplicated extern declarations
by Akinobu Mita
· 14 years ago
708ff2a
bitops: make asm-generic/bitops/find.h more generic
by Akinobu Mita
· 14 years ago
c24cef0
asm-generic: kdebug.h: Checkpatch cleanup
by Andrea Gelmini
· 15 years ago
269b8fd
asm-generic: fcntl: make exported headers use strict posix types
by Lucian Adrian Grijincu
· 14 years ago
c669112
asm-generic: cmpxchg does not handle non-long arguments
by Mathieu Lacage
· 14 years ago
8b9d406
asm-generic: make atomic_add_unless a function
by Mathieu Lacage
· 14 years ago
df9ee29
Fix IRQ flag handling naming
by David Howells
· 14 years ago
ffe8018
initramfs: fix initramfs size calculation
by Hendrik Brueckner
· 14 years ago
bf5438fc
jump label: Base patch for jump label
by Jason Baron
· 14 years ago
3aabae7
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
by Ingo Molnar
· 14 years ago
677243d
percpu: Optimize __get_cpu_var()
by Brian Gerst
· 14 years ago
db7829c
x86, percpu: Optimize this_cpu_ptr
by Brian Gerst
· 14 years ago
c956126
gpio: doc updates
by David Brownell
· 14 years ago
3b8fad3
irq: Fix circular headers dependency
by Frederic Weisbecker
· 14 years ago
ce7db28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 14 years ago
61c7732
x86, mm: Avoid unnecessary TLB flush
by Shaohua Li
· 14 years ago
d15ca32
Fix the declaration of sys_execve() in asm-generic/syscalls.h
by David Howells
· 14 years ago
7a1b29a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
by Linus Torvalds
· 14 years ago
60641aa
include: replace unifdef-y with header-y
by Sam Ravnborg
· 14 years ago
7d72e6f
Merge branch 'master' into for-linus
by Chris Metcalf
· 14 years ago
fad9e93
Add fanotify syscalls to <asm-generic/unistd.h>.
by Chris Metcalf
· 14 years ago
3b9c6c1
dma-mapping: remove dma_is_consistent API
by FUJITA Tomonori
· 14 years ago
454eedb
vfs: O_* bit numbers uniqueness check
by Wu Fengguang
· 14 years ago
26df6d1
tty: Add EXTPROC support for LINEMODE
by hyc@symas.com
· 14 years ago
39e5322
tty: Remove Hayes ESP ioctls
by Jeff Dike
· 14 years ago
b34d891
Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux
by Linus Torvalds
· 14 years ago
8c8946f
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
by Linus Torvalds
· 14 years ago
5f248c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
7387be3
asm-generic/io.h: add big endian versions of io{read,write}{16,32}
by Mike Frysinger
· 14 years ago
2510600
topology: alternate fix for ia64 tiger_defconfig build breakage
by Lee Schermerhorn
· 14 years ago
9e58143
asm-generic: use raw_local_irq_save/restore instead local_irq_save/restore
by Michal Simek
· 14 years ago
365b181
add f_flags to struct statfs(64)
by Christoph Hellwig
· 14 years ago
45d7f32
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
by Linus Torvalds
· 14 years ago
18cb2aef
percpu: handle __percpu notations in UP accessors
by Namhyung Kim
· 14 years ago
4aed2fd
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
ab11b48
Merge branch 'master' into for-linus
by Chris Metcalf
· 14 years ago
03c0c29
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
ca50a5f
Merge branch 'upstream/pvhvm' into upstream/xen
by Jeremy Fitzhardinge
· 14 years ago
3772b73
Merge commit 'v2.6.35' into perf/core
by Ingo Molnar
· 14 years ago
12ed2e3
fanotify: FMODE_NONOTIFY and __O_SYNC in sparc conflict
by Signed-off-by: Wu Fengguang
· 15 years ago
ecf081d
vfs: introduce FMODE_NONOTIFY
by Eric Paris
· 15 years ago
c7f52cd
support multiple .discard.* sections to avoid section type conflicts
by Jeremy Fitzhardinge
· 14 years ago
86c65a7
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 14 years ago
da5e37e
vmlinux.lds: fix .data..init_task output section (fix popwerpc boot)
by Sam Ravnborg
· 14 years ago
07fca0e
tracing: Properly align linker defined symbols
by Sam Ravnborg
· 14 years ago
f33ebbe
unistd: add __NR_prlimit64 syscall numbers
by Jiri Slaby
· 15 years ago
eb878b3
tracing: Remove letfover markers section
by Frederic Weisbecker
· 14 years ago
594fa26
of/gpio: stop using device_node data pointer to find gpio_chip
by Grant Likely
· 14 years ago
a19e3da
of/gpio: Kill of_gpio_chip and add members directly to gpio_chip
by Anton Vorontsov
· 14 years ago
b51cae2
Add wait4() back to the set of <asm-generic/unistd.h> syscalls.
by Chris Metcalf
· 14 years ago
646b1db
Merge commit 'v2.6.35-rc3' into perf/core
by Ingo Molnar
· 14 years ago
1996bda
arch: Implement local64_t
by Peter Zijlstra
· 14 years ago
5360bd7
Fix up the "generic" unistd.h ABI to be more useful.
by Chris Metcalf
· 14 years ago
1f73897
Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
by Linus Torvalds
· 14 years ago
7aac789
numa: introduce numa_mem_id()- effective local memory node id
by Lee Schermerhorn
· 14 years ago
1ef0437
asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.h
by FUJITA Tomonori
· 14 years ago
18e9830
asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len()
by FUJITA Tomonori
· 14 years ago
204f3a0
asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.h
by FUJITA Tomonori
· 14 years ago
5fd75a7
dma-mapping: remove unnecessary sync_single_range_* in dma_map_ops
by FUJITA Tomonori
· 14 years ago
058f88d6
rapidio: modify initialization of switch operations
by Alexandre Bounine
· 14 years ago
e5cabeb
rapidio: add Port-Write handling for EM
by Alexandre Bounine
· 14 years ago
c4b5be9
gpiolib: introduce set_debounce method
by Felipe Balbi
· 14 years ago
7839ec7
gpiolib: document that names can contain printk format specifiers
by Uwe Kleine-König
· 14 years ago
6215499
gpiolib: make names array and its values const
by Uwe Kleine-König
· 14 years ago
6c5e303
include/asm-generic/kmap_types.h: add helpful reminder
by Andrew Morton
· 14 years ago
3768217
asm-generic: don't warn that atomic_t is only 24 bit
by Peter Fritzsche
· 14 years ago
0961d65
Merge git://git.infradead.org/iommu-2.6
by Linus Torvalds
· 14 years ago
67fc4e0
kdb: core for kgdb back end (2 of 2)
by Jason Wessel
· 14 years ago
b2be052
panic: Allow warnings to set different taint flags
by Ben Hutchings
· 15 years ago
cb41838
Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
f3d46f9
atomic_t: Cast to volatile when accessing atomic variables
by Anton Blanchard
· 14 years ago
f33d7e2
dma-mapping: fix dma_sync_single_range_*
by FUJITA Tomonori
· 15 years ago
4677d4a
arch, hweight: Fix compilation errors
by Borislav Petkov
· 15 years ago
d61931d
x86: Add optimized popcnt variants
by Borislav Petkov
· 15 years ago
1527bc8
bitops: Optimize hweight() by making use of compile-time evaluation
by Peter Zijlstra
· 15 years ago
5f3cd1e
dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pci-dma-compat.h
by FUJITA Tomonori
· 15 years ago
3e45f1d
gpio: introduce gpio_request_one() and friends
by Eric Miao
· 15 years ago
07b3bb1
Rename .data.nosave to .data..nosave.
by Denys Vlasenko
· 15 years ago
54cb27a
Rename .data.read_mostly to .data..read_mostly.
by Denys Vlasenko
· 15 years ago
3d9a854
Rename .data[.percpu][.XXX] to .data[..percpu][..XXX].
by Denys Vlasenko
· 15 years ago
7c74df0
Rename .bss.page_aligned to .bss..page_aligned.
by Tim Abbott
· 15 years ago
75b1348
Rename .data.page_aligned to .data..page_aligned.
by Tim Abbott
· 15 years ago
2af7687
Rename .data.init_task to .data..init_task.
by Tim Abbott
· 15 years ago
Next »