aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-5/+5
2009-01-15alpha: fix RTC on marvelIvan Kokshaysky1-3/+11
2009-01-14byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison1-0/+1
2009-01-13x86 PAT: change track_pfn_vma_new to take pgprot_t pointer paramvenkatesh.pallipadi@intel.com1-2/+2
2009-01-13x86, generic: mark complex bitops.h inlines as __always_inlineAndi Kleen4-5/+5
2009-01-06remove linux/hardirq.h from asm-generic/local.hRussell King1-1/+0
2009-01-06documentation: when to BUG(), and when to not BUG()David Brownell1-0/+17
2009-01-06mm: remove CONFIG_OUT_OF_LINE_PFN_TO_PAGEKOSAKI Motohiro1-7/+0
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+13
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+3
2008-12-28Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+1
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+30
2008-12-25Merge branch 'core/debug' into core/coreIngo Molnar1-4/+3
2008-12-25[S390] __page_to_pfn warningsMartin Schwidefsky1-1/+1
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog'...Ingo Molnar2-0/+58
2008-12-19x86: PAT: move track untrack pfnmap stubs to asm-genericvenkatesh.pallipadi@intel.com1-0/+46
2008-12-19Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' into tracing/coreIngo Molnar2-1/+3
2008-12-18x86: PAT: add pgprot_writecombine() interface for drivers - v3venkatesh.pallipadi@intel.com1-0/+4
2008-12-16allow bug table entries to use relative pointers (and use it on x86-64)Jan Beulich1-0/+8
2008-12-13Merge ../linux-2.6-x86Rusty Russell1-1/+20
2008-12-13cpumask: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumaskRusty Russell1-1/+13
2008-12-12Merge branch 'sched/core' into cpus4096Ingo Molnar2-1/+3
2008-12-12tracing/function-graph-tracer: add a new .irqentry.text sectionFrederic Weisbecker1-0/+10
2008-12-10atomic: fix a typo in atomic_long_xchg()Eric Dumazet1-1/+1
2008-12-09[PATCH] asm/generic: fix bug - kernel fails to build when enable some common audit code on BlackfinMike Frysinger1-0/+2
2008-11-28debug warnings: eliminate warn_on_slowpath()Ingo Molnar1-4/+3
2008-11-23trace: profile all if conditionalsSteven Rostedt1-1/+10
2008-11-23trace: consolidate unlikely and likely profilerSteven Rostedt1-6/+3
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers1-0/+1
2008-11-12trace: rename unlikely profiler to branch profilerSteven Rostedt1-1/+1
2008-11-12tracing: profile likely and unlikely annotationsSteven Rostedt1-1/+13
2008-11-08Fix __pfn_to_page(pfn) for CONFIG_DISCONTIGMEM=yRafael J. Wysocki1-1/+1
2008-10-27asm-generic: define DIE_OOPS in asm-genericJonas Bonn1-0/+1
2008-10-23mutex: speed up generic mutex implementationsNick Piggin2-32/+3
2008-10-20fix WARN() for PPCArjan van de Ven1-1/+1
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+13
2008-10-20rtc: use bcd2bin/bin2bcdAdrian Bunk1-12/+12
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+9
2008-10-16gpiolib: request/free hooksDavid Brownell1-0/+9
2008-10-16gpiolib: gpio_to_irq() hooksDavid Brownell1-0/+7
2008-10-16gpio: make gpiochip label constDmitry Baryshkov1-1/+1
2008-10-16include: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesJason Baron1-1/+9
2008-10-14ftrace: create __mcount_loc sectionSteven Rostedt1-0/+8
2008-10-14tracing: Kernel TracepointsMathieu Desnoyers1-1/+5
2008-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse6-3/+24
2008-10-12Merge branch 'x86/urgent' into core/signalIngo Molnar1-0/+1
2008-10-11Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar1-0/+1
2008-09-23signals: demultiplexing SIGTRAP signalSrinivasa Ds1-0/+2
2008-09-16warn: Turn the netdev timeout WARN_ON() into a WARN()Arjan van de Ven1-0/+10