aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAge
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-31
|\
| * Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-30
| |\
| | * Merge branch 'core/debug' into core/coreIngo Molnar2008-12-25
| | |\
| | | * debug warnings: eliminate warn_on_slowpath()Ingo Molnar2008-11-28
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-29
|\| | |
| * | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-12-28
| |\ \ \
| | * | | [S390] __page_to_pfn warningsMartin Schwidefsky2008-12-25
| | |/ /
| * | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-28
| |\ \ \
| | * | | Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i...Ingo Molnar2008-12-19
| | |\| |
| | * | | tracing/function-graph-tracer: add a new .irqentry.text sectionFrederic Weisbecker2008-12-12
| | * | | trace: profile all if conditionalsSteven Rostedt2008-11-23
| | * | | trace: consolidate unlikely and likely profilerSteven Rostedt2008-11-23
| | * | | tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers2008-11-16
| | * | | trace: rename unlikely profiler to branch profilerSteven Rostedt2008-11-12
| | * | | tracing: profile likely and unlikely annotationsSteven Rostedt2008-11-12
| | | |/ | | |/|
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---------. \ \ Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar2008-12-23
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| | | | | | | * x86: PAT: move track untrack pfnmap stubs to asm-genericvenkatesh.pallipadi@intel.com2008-12-19
| | | | | | | * x86: PAT: add pgprot_writecombine() interface for drivers - v3venkatesh.pallipadi@intel.com2008-12-18
| | |_|_|_|_|/ | |/| | | | |
| | | * | | | allow bug table entries to use relative pointers (and use it on x86-64)Jan Beulich2008-12-16
| | |/ / / /
* | / / / / cpumask: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumaskRusty Russell2008-12-13
|/ / / / /
* | | | | atomic: fix a typo in atomic_long_xchg()Eric Dumazet2008-12-10
* | | | | [PATCH] asm/generic: fix bug - kernel fails to build when enable some common ...Mike Frysinger2008-12-09
|/ / / /
* / / / Fix __pfn_to_page(pfn) for CONFIG_DISCONTIGMEM=yRafael J. Wysocki2008-11-08
|/ / /
* | / asm-generic: define DIE_OOPS in asm-genericJonas Bonn2008-10-27
| |/ |/|
* | mutex: speed up generic mutex implementationsNick Piggin2008-10-23
|/
* fix WARN() for PPCArjan van de Ven2008-10-20
* Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-20
|\
| * ftrace: create __mcount_loc sectionSteven Rostedt2008-10-14
| * tracing: Kernel TracepointsMathieu Desnoyers2008-10-14
* | rtc: use bcd2bin/bin2bcdAdrian Bunk2008-10-20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-16
|\ \
| * | driver core: basic infrastructure for per-module dynamic debug messagesJason Baron2008-10-16
* | | gpiolib: request/free hooksDavid Brownell2008-10-16
* | | gpiolib: gpio_to_irq() hooksDavid Brownell2008-10-16
* | | gpio: make gpiochip label constDmitry Baryshkov2008-10-16
* | | include: replace __FUNCTION__ with __func__Harvey Harrison2008-10-16
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-10-13
|\|
| * Merge branch 'x86/urgent' into core/signalIngo Molnar2008-10-12
| |\
| | * Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar2008-10-11
| | |\
| | | * Merge commit 'v2.6.27-rc6' into x86/unify-cpu-detectIngo Molnar2008-09-10
| | | |\
| | | * \ Merge commit '63cc8c75156462d4b42cbdd76c293b7eee7ddbfe':Ingo Molnar2008-09-05
| | | |\ \
| | | | * | percpu: introduce DEFINE_PER_CPU_PAGE_ALIGNED() macroEric Dumazet2008-05-25
| * | | | | signals: demultiplexing SIGTRAP signalSrinivasa Ds2008-09-23
| |/ / / /
| * | | / warn: Turn the netdev timeout WARN_ON() into a WARN()Arjan van de Ven2008-09-16
| | |_|/ | |/| |
| * | | lib: Correct printk %pF to work on all architecturesJames Bottomley2008-09-09
| * | | tracehook: comment pasto fixesRoland McGrath2008-09-05
| * | | Fix conditional export of kvh.h and a.out.h to userspace.Khem Raj2008-09-05
| |/ /
* / / Make <asm-generic/statfs.h> suitable for 64-bit platforms.David Woodhouse2008-09-04
|/ /
* | rtc: fix deadlockIngo Molnar2008-08-23
* | Make ioctl.h compatible with userlandMichael Abbott2008-08-12