aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2012-04-23asm-generic: Allow overriding clock_t and add attributes to siginfo_tGravatar H. Peter Anvin 1-3/+11
2012-04-02asm-generic: add linux/types.h to cmpxchg.hGravatar Paul Gortmaker 1-0/+1
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-87/+22
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 7-149/+183
2012-03-28Merge git://github.com/rustyrussell/linuxGravatar Linus Torvalds 1-21/+14
2012-03-28Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-2/+2
2012-03-28Delete all instances of asm/system.hGravatar David Howells 1-5/+0
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-28Add #includes needed to permit the removal of asm/system.hGravatar David Howells 1-1/+1
2012-03-28Split arch_align_stack() out from asm-generic/system.hGravatar David Howells 2-20/+21
2012-03-28Split the switch_to() wrapper out of asm-generic/system.hGravatar David Howells 2-16/+31
2012-03-28Move the asm-generic/system.h xchg() implementation to asm-generic/cmpxchg.hGravatar David Howells 2-77/+80
2012-03-28Create asm-generic/barrier.hGravatar David Howells 2-33/+51
2012-03-28Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.hGravatar David Howells 3-1/+4
2012-03-27compat: use sys_sendfile64() implementation for sendfile syscallGravatar Chris Metcalf 1-1/+1
2012-03-26params: <level>_initcall-like kernel parametersGravatar Pawel Moll 1-21/+14
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Linus Torvalds 3-0/+4
2012-03-23Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 3-3/+8
2012-03-23coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPGravatar Jason Baron 1-0/+4
2012-03-23consolidate WARN_...ONCE() static variablesGravatar Jan Beulich 2-3/+4
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 2-24/+6
2012-03-22Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-8/+45
2012-03-21mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeGravatar Andrea Arcangeli 1-0/+61
2012-03-12Merge tag 'v3.3-rc7' into gpio/nextGravatar Grant Likely 5-2/+60
2012-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-2/+2
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hGravatar Paul Gortmaker 3-0/+4
2012-03-02gpio: constify the data parameter to gpiochip_find()Gravatar Grant Likely 1-2/+2
2012-02-28Merge branch 'linus' into x86/asmGravatar Ingo Molnar 14-61/+174
2012-02-27[PARISC] fix compile break caused by iomap: make IOPORT/PCI mapping functions...Gravatar James Bottomley 2-2/+2
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-0/+58
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Gravatar Oleg Nesterov 1-0/+2
2012-02-24bitops: Add missing parentheses to new get_order macroGravatar Joerg Roedel 1-2/+2
2012-02-24net: Add framework to allow sending packets with customized CRC.Gravatar Ben Greear 1-0/+4
2012-02-23PCI: collapse pcibios_resource_to_busGravatar Bjorn Helgaas 1-2/+0
2012-02-23PCI: add generic pcibios_resource_to_bus()Gravatar Bjorn Helgaas 1-23/+1
2012-02-23PCI: add pci_clear_flags()Gravatar Bjorn Helgaas 1-0/+6
2012-02-21asm-generic: architecture independent readq/writeq for 32bit environmentGravatar Hitoshi Mitake 2-0/+56
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionGravatar Pavel Emelyanov 1-0/+1
2012-02-20bitops: Optimise get_order()Gravatar David Howells 1-12/+28
2012-02-20bitops: Adjust the comment on get_order() to describe the size==0 caseGravatar David Howells 1-1/+22
2012-02-20posix_types: Introduce __kernel_[u]long_tGravatar H. Peter Anvin 1-9/+14
2012-02-14posix_types: Remove fd_set macrosGravatar H. Peter Anvin 1-72/+0
2012-02-14posix_types: Make it possible to override __kernel_fsid_tGravatar H. Peter Anvin 1-4/+6
2012-02-14posix_types: Make __kernel_[ug]id32_t default to unsigned intGravatar H. Peter Anvin 1-2/+2
2012-01-31lib: add NO_GENERIC_PCI_IOPORT_MAPGravatar Michael S. Tsirkin 1-0/+10
2012-01-14Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headersGravatar Linus Torvalds 1-6/+7
2012-01-14Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-0/+4
2012-01-12thp: add tlb_remove_pmd_tlb_entryGravatar Shaohua Li 1-0/+14
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 3-8/+30