summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge2009-04-074-319/+33Star
| | | | |\ \ \ \ \ | | | | | | |/ / / | | | | | |/| | |
| | | | * | | | | x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge2009-03-301-1/+1
| | | | * | | | | x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge2009-03-301-10/+11
| | * | | | | | | x86: Fix atomic_long_xchg() on 64bitPeter Zijlstra2009-06-021-1/+1
| | |/ / / / / /
| * | | | | | | add generic lib/checksum.cArnd Bergmann2009-06-111-0/+79
| * | | | | | | asm-generic: add a generic uaccess.hArnd Bergmann2009-06-111-0/+325
| * | | | | | | asm-generic: add generic NOMMU versions of some headersArnd Bergmann2009-06-118-0/+240
| * | | | | | | asm-generic: add generic atomic.h and io.hArnd Bergmann2009-06-112-0/+465
| * | | | | | | asm-generic: add legacy I/O header filesArnd Bergmann2009-06-116-0/+106
| * | | | | | | asm-generic: add generic versions of common headersArnd Bergmann2009-06-1118-0/+558
| * | | | | | | asm-generic: make bitops.h usableArnd Bergmann2009-06-111-6/+18
| * | | | | | | asm-generic: make pci.h usable directlyArnd Bergmann2009-06-111-0/+8
| * | | | | | | asm-generic: make get_rtc_time overridableArnd Bergmann2009-06-111-1/+1
| * | | | | | | asm-generic: rename page.h and uaccess.hArnd Bergmann2009-06-112-7/+7
| * | | | | | | asm-generic: rename atomic.h to atomic-long.hArnd Bergmann2009-06-112-3/+4
| * | | | | | | asm-generic: add a generic unistd.hArnd Bergmann2009-06-112-0/+855
| * | | | | | | asm-generic: add generic ABI headersArnd Bergmann2009-06-1116-0/+1049
| * | | | | | | asm-generic: add generic sysv ipc headersArnd Bergmann2009-06-116-0/+189
| * | | | | | | asm-generic: introduce asm/bitsperlong.hArnd Bergmann2009-06-115-0/+38
| * | | | | | | asm-generic: rename termios.h, signal.h and mman.hArnd Bergmann2009-06-114-11/+11
| |/ / / / / /
| * | | | | / asm-generic: fix local_add_unless macroRoel Kluin2009-05-181-1/+1
| | |_|_|_|/ | |/| | | |
* / | | | | cfg80211: add rfkill supportJohannes Berg2009-06-031-0/+2
|/ / / / /
* | | / / Eliminate thousands of warnings with gcc 3.2 buildAndi Kleen2009-05-071-3/+4
| |_|/ / |/| | |
* | | | atomic: fix atomic_long_cmpxchg/xchg for 64 bit architecturesHeiko Carstens2009-05-031-2/+2
* | | | Remove unused support code for refok sections.Tim Abbott2009-04-281-3/+0Star
* | | | Add new HEAD_TEXT_SECTION macro.Tim Abbott2009-04-261-1/+3
* | | | PERCPU: Collect the DECLARE/DEFINE declarations togetherDavid Howells2009-04-221-24/+2Star
* | | | FRV: Fix the section attribute on UP DECLARE_PER_CPU()David Howells2009-04-221-2/+41
* | | | The default CONFIG_BUG=n version of BUG() should have an empty do...whileDavid Howells2009-04-151-1/+1
* | | | asm-generic/siginfo.h: update NSIGTRAP definitionAndi Kleen2009-04-141-1/+1
| |_|/ |/| |
* | | percpu: unbreak alpha percpuTejun Heo2009-04-101-52/+0Star
| |/ |/|
* | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-051-1/+28
|\ \
| * \ Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-021-1/+28
| |\ \
| | * | tracing/syscalls: core infrastructure for syscalls tracing, enhancementsFrederic Weisbecker2009-03-131-1/+10
| | | |
| | | \
| | *-. \ Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' ...Ingo Molnar2009-03-101-1/+1
| | |\ \ \
| | | * | | tracing: trace_printk() fix, move format array to data sectionIngo Molnar2009-03-091-1/+1
| | * | | | Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing...Ingo Molnar2009-03-083-5/+104
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-063-5/+104
| | | |\ \ \
| | * | | | | tracing: add trace_bprintk()Lai Jiangshan2009-03-061-0/+9
| | |/ / / /
| | * | / / tracing: add event trace infrastructureSteven Rostedt2009-02-251-1/+10
| | | |/ / | | |/| |
* | / | | gpiolib: allow GPIOs to be namedDaniel Silverstone2009-04-031-0/+5
|/ / / /
* | | | remove unused include/asm-generic/dma-mapping.hFUJITA Tomonori2009-04-011-308/+0Star
* | | | cpumask: remove the now-obsoleted pcibus_to_cpumask(): genericRusty Russell2009-03-301-7/+0Star
* | | | cpumask: remove node_to_first_cpuRusty Russell2009-03-301-3/+0Star
| |_|/ |/| |
* | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-273-5/+104
|\ \ \ | | |/ | |/|
| * | linker script: use separate simpler definition for PERCPU()Tejun Heo2009-01-301-5/+17
| * | Revert "generic, x86: fix __per_cpu_load relocation"Ingo Molnar2009-01-291-4/+3Star
| * | generic, x86: fix __per_cpu_load relocationBrian Gerst2009-01-261-3/+4
| * | Merge branch 'x86/mm' into core/percpuIngo Molnar2009-01-212-3/+12
| |\ \
| * | | linker script: kill PERCPU_VADDR_PREALLOC()Tejun Heo2009-01-201-37/+8Star