summaryrefslogtreecommitdiff
path: root/include/asm-generic (unfollow)
Commit message (Expand)Author
2012-06-20thp: avoid atomic64_read in pmd_read_atomic for 32bit PAEAndrea Arcangeli
2012-06-18bug.h: Fix up powerpc build regression.Paul Mundt
2012-06-11bug.h: need linux/kernel.h for TAINT_WARN.Paul Mundt
2012-05-31vsprintf: further optimize decimal conversionDenys Vlasenko
2012-05-30bury __kernel_nlink_t, make internal nlink_t consistentAl Viro
2012-05-29mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli
2012-05-29KVM: Export asm-generic/kvm_para.hAvi Kivity
2012-05-26word-at-a-time: make the interfaces truly genericLinus Torvalds
2012-05-25arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf
2012-05-21KVM: make asm-generic/kvm_para.h have an ifdef __KERNEL__ blockPaul Gortmaker
2012-05-21drivers: add Contiguous Memory AllocatorMarek Szyprowski
2012-05-21common: add dma_mmap_from_coherent() functionMarek Szyprowski
2012-05-18gpiolib: Remove 'const' from data argument of gpiochip_find()Grant Likely
2012-05-18gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely
2012-05-18gpiolib: Implement devm_gpio_request_one()Mark Brown
2012-05-16ftrace: Sort all function addresses, not just per pageSteven Rostedt
2012-04-30PCI: work around Stratus ftServer broken PCIe hierarchyBjorn Helgaas
2012-04-30asm-generic: Use __BITS_PER_LONG in statfs.hH. Peter Anvin
2012-04-23asm-generic: Allow overriding clock_t and add attributes to siginfo_tH. Peter Anvin
2012-04-20KVM: add kvm_arch_para_features stub to asm-generic/kvm_para.hMarcelo Tosatti
2012-04-14seccomp: Add SECCOMP_RET_TRAPWill Drewry
2012-04-14signal, x86: add SIGSYS info and make it synchronous.Will Drewry
2012-04-14asm/syscall.h: add syscall_get_archWill Drewry
2012-04-08kvmclock: Add functions to check if the host has stopped the vmEric B Munson
2012-04-02asm-generic: add linux/types.h to cmpxchg.hPaul Gortmaker
2012-03-28Delete all instances of asm/system.hDavid Howells
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells
2012-03-28Split arch_align_stack() out from asm-generic/system.hDavid Howells
2012-03-28Split the switch_to() wrapper out of asm-generic/system.hDavid Howells
2012-03-28Move the asm-generic/system.h xchg() implementation to asm-generic/cmpxchg.hDavid Howells
2012-03-28Create asm-generic/barrier.hDavid Howells
2012-03-28Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.hDavid Howells
2012-03-27compat: use sys_sendfile64() implementation for sendfile syscallChris Metcalf
2012-03-26params: <level>_initcall-like kernel parametersPawel Moll
2012-03-23coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron
2012-03-23consolidate WARN_...ONCE() static variablesJan Beulich
2012-03-21mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2012-03-02gpio: constify the data parameter to gpiochip_find()Grant Likely
2012-02-27[PARISC] fix compile break caused by iomap: make IOPORT/PCI mapping functions...James Bottomley
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov
2012-02-24bitops: Add missing parentheses to new get_order macroJoerg Roedel
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear
2012-02-23PCI: collapse pcibios_resource_to_busBjorn Helgaas
2012-02-23PCI: add generic pcibios_resource_to_bus()Bjorn Helgaas
2012-02-23PCI: add pci_clear_flags()Bjorn Helgaas
2012-02-21asm-generic: architecture independent readq/writeq for 32bit environmentHitoshi Mitake
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov
2012-02-20bitops: Optimise get_order()David Howells