Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
6f48b2d318bed4b46cb153b3644fcddeab6cb683
/
include
/
asm-generic
55bb033
drivers: add Contiguous Memory Allocator
by Marek Szyprowski
· 13 years ago
f5c2347
asm-generic: Use __BITS_PER_LONG in statfs.h
by H. Peter Anvin
· 13 years ago
d643bdc
asm-generic: Allow overriding clock_t and add attributes to siginfo_t
by H. Peter Anvin
· 13 years ago
80da6a4
asm-generic: add linux/types.h to cmpxchg.h
by Paul Gortmaker
· 13 years ago
a591afc
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
50483c3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
by Linus Torvalds
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
d25413e
Merge git://github.com/rustyrussell/linux
by Linus Torvalds
· 13 years ago
7bf97e1
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
141124c
Delete all instances of asm/system.h
by David Howells
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
96f951e
Add #includes needed to permit the removal of asm/system.h
by David Howells
· 13 years ago
5d12506
Split arch_align_stack() out from asm-generic/system.h
by David Howells
· 13 years ago
158bc50
Split the switch_to() wrapper out of asm-generic/system.h
by David Howells
· 13 years ago
b4816af
Move the asm-generic/system.h xchg() implementation to asm-generic/cmpxchg.h
by David Howells
· 13 years ago
885df91
Create asm-generic/barrier.h
by David Howells
· 13 years ago
3448427
Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.h
by David Howells
· 13 years ago
1631fce
compat: use sys_sendfile64() implementation for sendfile syscall
by Chris Metcalf
· 13 years ago
026cee0
params: <level>_initcall-like kernel parameters
by Pawel Moll
· 13 years ago
ed2d265
Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
8e3ade2
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 13 years ago
accb61f
coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP
by Jason Baron
· 13 years ago
7ccaba5
consolidate WARN_...ONCE() static variables
by Jan Beulich
· 13 years ago
475c77e
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci
by Linus Torvalds
· 13 years ago
e17fdf5
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
1a5a990
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
by Andrea Arcangeli
· 13 years ago
e2aa417
Merge tag 'v3.3-rc7' into gpio/next
by Grant Likely
· 13 years ago
f6a1ad4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
187f188
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
by Paul Gortmaker
· 13 years ago
6e2cf65
gpio: constify the data parameter to gpiochip_find()
by Grant Likely
· 13 years ago
458ce29
Merge branch 'linus' into x86/asm
by Ingo Molnar
· 13 years ago
97a29d5
[PARISC] fix compile break caused by iomap: make IOPORT/PCI mapping functions conditional
by James Bottomley
· 13 years ago
ff4783c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
d80e731
epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()
by Oleg Nesterov
· 13 years ago
b893485
bitops: Add missing parentheses to new get_order macro
by Joerg Roedel
· 13 years ago
3bdc0eb
net: Add framework to allow sending packets with customized CRC.
by Ben Greear
· 13 years ago
fb127cb
PCI: collapse pcibios_resource_to_bus
by Bjorn Helgaas
· 13 years ago
36a66cd
PCI: add generic pcibios_resource_to_bus()
by Bjorn Helgaas
· 13 years ago
dcce6dc
PCI: add pci_clear_flags()
by Bjorn Helgaas
· 13 years ago
797a796
asm-generic: architecture independent readq/writeq for 32bit environment
by Hitoshi Mitake
· 13 years ago
ef64a54
sock: Introduce the SO_PEEK_OFF sock option
by Pavel Emelyanov
· 13 years ago
d66acc3
bitops: Optimise get_order()
by David Howells
· 13 years ago
e0891a9
bitops: Adjust the comment on get_order() to describe the size==0 case
by David Howells
· 13 years ago
afead38
posix_types: Introduce __kernel_[u]long_t
by H. Peter Anvin
· 13 years ago
8b3d1cd
posix_types: Remove fd_set macros
by H. Peter Anvin
· 13 years ago
34e6f9e
posix_types: Make it possible to override __kernel_fsid_t
by H. Peter Anvin
· 13 years ago
b4255ba
posix_types: Make __kernel_[ug]id32_t default to unsigned int
by H. Peter Anvin
· 13 years ago
b923650
lib: add NO_GENERIC_PCI_IOPORT_MAP
by Michael S. Tsirkin
· 13 years ago
dca88ad
Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headers
by Linus Torvalds
· 13 years ago
f5e4e20
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
f21760b
thp: add tlb_remove_pmd_tlb_entry
by Shaohua Li
· 13 years ago
e343a89
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 13 years ago
06792c4
Merge tag 'for-linux-3.3-merge-window' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming
by Linus Torvalds
· 13 years ago
972b2c7
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
fbce1c2
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
9753dfe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
0db49b7
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
1a0703e
GPIO: add bindings for managed devices
by John Crispin
· 13 years ago
0583fcc
consolidate umode_t declarations
by Al Viro
· 13 years ago
7f8e323
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
3484563
procfs: do not confuse jiffies with cputime64_t
by Andreas Schwab
· 13 years ago
abb434c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
6486163
[S390] cputime: add sparse checking and cleanup
by Martin Schwidefsky
· 13 years ago
3d7f1dc
UAPI: Rearrange definition of HZ in asm-generic/param.h
by David Howells
· 13 years ago
15c9a0a
of: create of_phandle_args to simplify return of phandle parsing data
by Grant Likely
· 13 years ago
1a2d397
gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags()
by Grant Likely
· 13 years ago
a67ba43
asm-generic/unistd.h: support new process_vm_{readv,write} syscalls
by Chris Metcalf
· 13 years ago
66eab4d
lib: add GENERIC_PCI_IOMAP
by Michael S. Tsirkin
· 13 years ago
e11c259
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
6e3e939
net: add wireless TX status socket option
by Johannes Berg
· 13 years ago
c87d5d5
Merge Qualcom Hexagon architecture
by Linus Torvalds
· 13 years ago
4e29198
Add extra arch overrides to asm-generic/checksum.h
by Linas Vepstas
· 13 years ago
dd472da
Hexagon: Add locking types and functions
by Richard Kuo
· 13 years ago
b9075fa
treewide: use __printf not __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
06d5e03
include/asm-generic/page.h: calculate virt_to_page and page_to_virt via predefined macro
by Sonic Zhang
· 13 years ago
07a72309
dma-mapping: fix sync_single_range_* DMA debugging
by Clemens Ladisch
· 13 years ago
41684f6
Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
eb9ae7f
gpio: fix build error in include/asm-generic/gpio.h
by Hamo
· 13 years ago
39adff5
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
1442d16
Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
bc74ee9
m68k: Finally remove leftover markers sections
by Kirill Tkhai
· 13 years ago
feb8369
gpiolib: Ensure struct gpio is always defined
by Mark Brown
· 13 years ago
e66d3c4
add missing __iomem to generic iounmap declaration
by Mark Salter
· 13 years ago
b7a0556
fixed generic page.h for non-zero PAGE_OFFSET
by Mark Salter
· 13 years ago
830f580
fix default __strnlen_user macro
by Mark Salter
· 13 years ago
ef0e0f5
cputime: Clean up cputime_to_usecs and usecs_to_cputime macros
by Michal Hocko
· 13 years ago
f5b9409
All Arch: remove linkage for sys_nfsservctl system call
by NeilBrown
· 13 years ago
710b721
locks: move F_INPROGRESS from fl_type to fl_flags field
by J. Bruce Fields
· 13 years ago
aa462ab
mm: fix __page_to_pfn for a const struct page argument
by Ian Campbell
· 13 years ago
3960ef3
Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc
by Linus Torvalds
· 13 years ago
7505cb6
asm-generic/atomic.h: allow SMP peeps to leverage this
by Mike Frysinger
· 13 years ago
00b3c28
asm-generic/atomic.h: add atomic_set_mask() helper
by Mike Frysinger
· 13 years ago
f6081bd
asm-generic/atomic.h: fix type used in atomic_clear_mask
by Mike Frysinger
· 13 years ago
3eea44e
asm-generic/atomic.h: simplify inc/dec test helpers
by Mike Frysinger
· 13 years ago
acac43e
atomic: Update comments in atomic.h
by Arun Sharma
· 13 years ago
7847777
atomic: cleanup asm-generic atomic*.h inclusion
by Arun Sharma
· 13 years ago
f24219b
atomic: move atomic_add_unless to generic code
by Arun Sharma
· 13 years ago
6006349
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
148817b
asm-generic: add another generic ext2 atomic bitops
by Akinobu Mita
· 13 years ago
45b583b
Merge 'akpm' patch series
by Linus Torvalds
· 13 years ago
Next »