aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2006-07-14[PATCH] hdrinstall: remove asm/io.h from user visibilityDavid Woodhouse1-3/+0
2006-07-14[PATCH] hdrinstall: remove asm/atomic.h from user visibilityDavid Woodhouse1-1/+1
2006-07-14[PATCH] hdrinstall: remove asm/irq.h from user visibilityDavid Woodhouse1-1/+1
2006-07-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-0/+2
2006-07-04Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds2-0/+14
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar1-10/+5
2006-07-03[PATCH] lockdep: add per_cpu_offset()Ingo Molnar1-0/+2
2006-07-01Merge branch 'audit.b22' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-0/+32
2006-07-01[PATCH] add __[start|end]_rodata sections to asm-generic/sections.hHeiko Carstens1-0/+1
2006-07-01[PATCH] audit syscall classesAl Viro2-0/+32
2006-06-30[CPUFREQ] Remove slowdown from ondemand sampling path.Venkatesh Pallipadi1-0/+2
2006-06-28[PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPLArjan van de Ven1-0/+28
2006-06-27[PATCH] pi-futex: introduce WARN_ON_SMPIngo Molnar1-0/+6
2006-06-25[PATCH] introduce WARN_ON_ONCE(cond)Ingo Molnar1-0/+13
2006-06-25[PATCH] Define __raw_get_cpu_var and use itPaul Mackerras1-0/+2
2006-06-24Add some basic resume trace facilitiesLinus Torvalds1-3/+4
2006-06-23[PATCH] squash duplicate page_to_pfn and pfn_to_pageAndy Whitcroft1-12/+15
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds6-5/+7
2006-06-18Add generic Kbuild files for 'make headers_install'David Woodhouse2-0/+14
2006-06-01[SPARC64]: Fix D-cache corruption in mremapDavid S. Miller1-10/+1
2006-04-27Add standard include guard to asm-generic/signal and use compiler.hDavid Woodhouse1-0/+7
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse5-5/+0
2006-03-31[PATCH] mutex: some cleanupsNicolas Pitre2-30/+33
2006-03-31[PATCH] make local_t signedAndrew Morton1-3/+10
2006-03-28[PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki1-1/+1
2006-03-28[PATCH] Decrapify asm-generic/local.hKyle McMartin1-71/+9
2006-03-27[PATCH] lightweight robust futexes updatesIngo Molnar1-1/+1
2006-03-27[PATCH] lightweight robust futexes: arch defaultsIngo Molnar1-0/+6
2006-03-27[PATCH] remove zone_mem_mapKAMEZAWA Hiroyuki1-5/+5
2006-03-27[PATCH] unify pfn_to_page: generic functionsKAMEZAWA Hiroyuki1-0/+77
2006-03-26[PATCH] bitops: update include/asm-generic/bitops.hAkinobu Mita1-63/+13
2006-03-26[PATCH] bitops: generic minix_{test,set,test_and_clear,test,find_first_zero}_...Akinobu Mita2-0/+32
2006-03-26[PATCH] bitops: generic ext2_{set,clear}_bit_atomic()Akinobu Mita1-0/+22
2006-03-26[PATCH] bitops: generic ext2_{set,clear,test,find_first_zero,find_next_zero}_...Akinobu Mita2-0/+71
2006-03-26[PATCH] fix error: __u32 undeclaredAkinobu Mita2-0/+4
2006-03-26[PATCH] bitops: generic hweight{64,32,16,8}()Akinobu Mita1-0/+9
2006-03-26[PATCH] bitops: generic ffs()Akinobu Mita1-0/+41
2006-03-26[PATCH] bitops: generic sched_find_first_bit()Akinobu Mita1-0/+36
2006-03-26[PATCH] bitops: generic find_{next,first}{,_zero}_bit()Akinobu Mita1-0/+13
2006-03-26[PATCH] bitops: generic fls64()Akinobu Mita1-0/+12
2006-03-26[PATCH] bitops: generic fls()Akinobu Mita1-0/+41
2006-03-26[PATCH] bitops: generic ffz()Akinobu Mita1-0/+12
2006-03-26[PATCH] bitops: generic __ffs()Akinobu Mita1-0/+43
2006-03-26[PATCH] bitops: generic __{,test_and_}{set,clear,change}_bit() and test_bit()Akinobu Mita1-0/+111
2006-03-26[PATCH] bitops: generic {,test_and_}{set,clear,change}_bit()Akinobu Mita1-0/+191
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton1-4/+3
2006-03-23[PATCH] make bug messages more consistentIngo Molnar1-2/+2
2006-03-20[PATCH] add EXPORT_SYMBOL_GPL_FUTURE()Greg Kroah-Hartman1-0/+14
2006-03-08[PATCH] __get_unaligned() gcc-4 fixAtsushi Nemoto1-2/+2
2006-02-15[PATCH] add asm-generic/mman.hMichael S. Tsirkin1-0/+42
2006-01-15[PATCH] Use atomic64_set for 64-bit case of atomic_long_setKyle McMartin1-1/+1
2006-01-11Fix mutex_trylock() copy-and-paste bug (x86, x86-64, generic mutex-dec.h)Linus Torvalds1-1/+1
2006-01-10[PATCH] Generic ioctl.hBrian Gerst1-0/+80
2006-01-09[PATCH] mutex subsystem, add asm-generic/mutex-[dec|xchg|null].h implementationsIngo Molnar3-0/+251
2006-01-08[PATCH] consolidate asm/futex.hJeff Dike1-0/+53
2006-01-08[PATCH] Kill L1_CACHE_SHIFT_MAXRavikiran G Thirumalai1-1/+1
2006-01-08[PATCH] asm-generic/atomic.h needs types.hAndrew Morton1-0/+1
2006-01-06[PATCH] x86/x86_64: mark rodata section read only: generic infrastructureArjan van de Ven1-0/+4
2006-01-06[PATCH] atomic_long_t & include/asm-generic/atomic.h V2Christoph Lameter1-0/+116
2006-01-03[FLS64]: generic versionStephen Hemminger1-0/+1
2005-11-14Merge x86-64 update from AndiLinus Torvalds1-0/+1
2005-11-14[PATCH] x86_64: Only use asm/sections.h to declare section symbolsAndi Kleen1-0/+1
2005-11-07[PATCH] RapidIO support: core baseMatt Porter1-0/+7
2005-11-07[PATCH] fix remaining missing includesTim Schmielau1-0/+1
2005-10-29[PATCH] mm: update comments to pte lockHugh Dickins1-1/+1
2005-10-29[PATCH] mm: ptd_alloc inline and outHugh Dickins1-8/+3
2005-10-29[PATCH] mm: tlb_finish_mmu forget rssHugh Dickins1-9/+0
2005-10-29[PATCH] mm: tlb_is_full_mm was obscureHugh Dickins1-6/+0
2005-10-29[PATCH] mm: tlb_gather_mmu get_cpu_varHugh Dickins1-5/+5
2005-10-28[PATCH] gfp_t: dma-mapping (simple cases)Al Viro1-1/+1
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-2/+2
2005-09-28[PATCH] mm: move_pte to remap ZERO_PAGENick Piggin1-0/+13
2005-09-12[PATCH] x86-64: Increase TLB flush array sizeAndi Kleen1-1/+5
2005-09-10[PATCH] i386 / uml: add dwarf sections to static link scriptPaolo 'Blaisorblade' Giarrusso1-0/+38
2005-09-08[PATCH] Make sparc64 use setup-res.cDavid S. Miller1-0/+13
2005-09-07[PATCH] Kprobes: prevent possible race conditions genericPrasanna S Panchamukhi2-0/+7
2005-09-07[PATCH] Clean up struct flock64 definitionsStephen Rothwell1-0/+25
2005-09-07[PATCH] Clean up struct flock definitionsStephen Rothwell1-0/+17
2005-09-07[PATCH] Clean up the fcntl operationsStephen Rothwell1-0/+31
2005-09-07[PATCH] Clean up the open flagsStephen Rothwell1-4/+48
2005-09-07[PATCH] Create asm-generic/fcntl.hStephen Rothwell1-0/+32
2005-09-07[PATCH] optimise 64bit unaligned access on 32bit kernelRalf Baechle1-6/+6
2005-09-07[PATCH] remove asm-*/hdreg.hChristoph Hellwig1-8/+0
2005-09-06Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds1-0/+9
2005-09-05[PATCH] x86: ptep_clear optimizationZachary Amsden1-0/+16
2005-09-05[PATCH] mm: consolidate get_orderStephen Rothwell1-0/+26
2005-08-04[PATCH] pci and yenta: pcibios_bus_to_resourceDominik Brodowski1-0/+8
2005-07-28[PATCH] x86_64: Some cleanup in setup64.cAndi Kleen1-0/+1
2005-07-26[PATCH] Add emergency_restart()Eric W. Biederman1-0/+9
2005-07-14kbuild: Avoid inconsistent kallsyms dataSam Ravnborg1-0/+9
2005-06-25[PATCH] kexec: vmlinux: fix physical addressesEric W. Biederman1-1/+1
2005-06-23[PATCH] adjust per_cpu definition in non-SMP caseJan Beulich1-1/+1
2005-06-23[PATCH] x86/x86_64: pcibus_to_nodeChristoph Lameter1-1/+8
2005-06-21[PATCH] msync: check pte dirty earlierAbhijit Karmarkar1-0/+3
2005-05-05[PATCH] ppc32: platform-specific functions missing from kallsyms.David Woodhouse1-0/+2
2005-05-04[PATCH] asm/signal.h unificationAl Viro1-0/+21
2005-05-01[PATCH] consolidate SIGEV_PAD_SIZEStephen Rothwell1-3/+10
2005-05-01[PATCH] add EOWNERDEAD and ENOTRECOVERABLE version 2Joe Korty1-0/+4
2005-05-01[PATCH] Exterminate PAGE_BUGMatt Mackall1-11/+0
2005-05-01[PATCH] remove all kernel BUGsMatt Mackall1-0/+19
2005-05-01[PATCH] nice and rt-prio rlimitsMatt Mackall1-1/+6
2005-04-24[PATCH] __get_unaligned() turned into macroAl Viro1-41/+42
2005-04-19[PATCH] freepgt: remove arch pgd_addr_endHugh Dickins1-5/+3
2005-04-16[PATCH] add Big Endian variants of ioread/iowriteJames Bottomley1-0/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds32-0/+3416