summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
* generic, x86: fix __per_cpu_load relocationBrian Gerst2009-01-261-3/+4
* Merge branch 'x86/mm' into core/percpuIngo Molnar2009-01-212-3/+12
|\
| * alpha: fix RTC on marvelIvan Kokshaysky2009-01-151-3/+11
| * byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2009-01-141-0/+1
* | linker script: kill PERCPU_VADDR_PREALLOC()Tejun Heo2009-01-201-37/+8
* | percpu: refactor percpu.hBrian Gerst2009-01-201-0/+1
* | linker script: add missing VMLINUX_SYMBOLTejun Heo2009-01-171-2/+3
* | percpu: add optimized generic percpu accessorsIngo Molnar2009-01-161-0/+52
* | x86: fold pda into percpu area on SMPTejun Heo2009-01-161-1/+24
* | x86: make percpu symbols zerobased on SMPTejun Heo2009-01-162-7/+46
| |
| \
*-. \ Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpuIngo Molnar2009-01-154-5/+5
|\ \ \ | |_|/ |/| |
| | * x86, generic: mark complex bitops.h inlines as __always_inlineAndi Kleen2009-01-134-5/+5
| |/
* / x86 PAT: change track_pfn_vma_new to take pgprot_t pointer paramvenkatesh.pallipadi@intel.com2009-01-131-2/+2
|/
* remove linux/hardirq.h from asm-generic/local.hRussell King2009-01-061-1/+0
* documentation: when to BUG(), and when to not BUG()David Brownell2009-01-061-0/+17
* mm: remove CONFIG_OUT_OF_LINE_PFN_TO_PAGEKOSAKI Motohiro2009-01-061-7/+0
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-1/+13
|\
| * Merge ../linux-2.6-x86Rusty Russell2008-12-131-1/+20
| |\
| | * Merge branch 'sched/core' into cpus4096Ingo Molnar2008-12-122-1/+3
| | |\
| * | | cpumask: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumaskRusty Russell2008-12-131-1/+13
| | |/ | |/|
* | | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-301-4/+3
|\ \ \
| * \ \ Merge branch 'core/debug' into core/coreIngo Molnar2008-12-251-4/+3
| |\ \ \ | | |/ / | |/| |
| | * | debug warnings: eliminate warn_on_slowpath()Ingo Molnar2008-11-281-4/+3
* | | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-12-281-1/+1
|\ \ \ \
| * | | | [S390] __page_to_pfn warningsMartin Schwidefsky2008-12-251-1/+1
| |/ / /
* | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-281-1/+30
|\ \ \ \
| * | | | Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i...Ingo Molnar2008-12-192-1/+3
| |\| | |
| * | | | tracing/function-graph-tracer: add a new .irqentry.text sectionFrederic Weisbecker2008-12-121-0/+10
| | |_|/ | |/| |
| * | | trace: profile all if conditionalsSteven Rostedt2008-11-231-1/+10
| * | | trace: consolidate unlikely and likely profilerSteven Rostedt2008-11-231-6/+3
| * | | tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers2008-11-161-0/+1
| * | | trace: rename unlikely profiler to branch profilerSteven Rostedt2008-11-121-1/+1
| * | | tracing: profile likely and unlikely annotationsSteven Rostedt2008-11-121-1/+13
| | |/ | |/|
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*---------. \ \ Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar2008-12-232-0/+58
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| | | | | | * x86: PAT: move track untrack pfnmap stubs to asm-genericvenkatesh.pallipadi@intel.com2008-12-191-0/+46
| | | | | | * x86: PAT: add pgprot_writecombine() interface for drivers - v3venkatesh.pallipadi@intel.com2008-12-181-0/+4
| |_|_|_|_|/ |/| | | | |
| | * | | | allow bug table entries to use relative pointers (and use it on x86-64)Jan Beulich2008-12-161-0/+8
| |/ / / /
* | | | | atomic: fix a typo in atomic_long_xchg()Eric Dumazet2008-12-101-1/+1
* | | | | [PATCH] asm/generic: fix bug - kernel fails to build when enable some common ...Mike Frysinger2008-12-091-0/+2
|/ / / /
* / / / Fix __pfn_to_page(pfn) for CONFIG_DISCONTIGMEM=yRafael J. Wysocki2008-11-081-1/+1
|/ / /
* | / asm-generic: define DIE_OOPS in asm-genericJonas Bonn2008-10-271-0/+1
| |/ |/|
* | mutex: speed up generic mutex implementationsNick Piggin2008-10-232-32/+3
|/
* fix WARN() for PPCArjan van de Ven2008-10-201-1/+1
* Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-201-1/+13
|\
| * ftrace: create __mcount_loc sectionSteven Rostedt2008-10-141-0/+8
| * tracing: Kernel TracepointsMathieu Desnoyers2008-10-141-1/+5
* | rtc: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-12/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-161-1/+9
|\ \