aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-08Remove tas()Jeff Dike
2007-05-08local_t: x86_64 extensionMathieu Desnoyers
2007-05-08local_t: sparc64 cleanupMathieu Desnoyers
2007-05-08local_t: powerpc extensionMathieu Desnoyers
2007-05-08local_t: parisc cleanupMathieu Desnoyers
2007-05-08local_t: mips extensionMathieu Desnoyers
2007-05-08local_t: ia64 extensionMathieu Desnoyers
2007-05-08local_t: i386 extensionMathieu Desnoyers
2007-05-08local_t: alpha extensionMathieu Desnoyers
2007-05-08local_t: architecture independent extensionMathieu Desnoyers
2007-05-08atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular depe...Mathieu Desnoyers
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to x86_64Mathieu Desnoyers
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to sparc64Mathieu Desnoyers
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to powerpcMathieu Desnoyers
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to pariscMathieu Desnoyers
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to mipsMathieu Desnoyers
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to ia64Mathieu Desnoyers
2007-05-08atomic.h: i386 type safety fixMathieu Desnoyers
2007-05-08atomic.h: complete atomic_long operations in asm-genericMathieu Desnoyers
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to alphaMathieu Desnoyers
2007-05-08Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli
2007-05-08kprobes: kretprobes simplificationsChristoph Hellwig
2007-05-08kprobes: codingstyle cleanupsChristoph Hellwig
2007-05-08kprobes: use hlist_for_each_entryChristoph Hellwig
2007-05-08rtc-cmos: make it load on PNPBIOS systemsMarko Vrh
2007-05-08rtc: remove "RTC_ALM_SET mode" bugsDavid Brownell
2007-05-08revert "rtc: Add rtc_merge_alarm()"Andrew Morton
2007-05-08workaround rtc-related acpi table bugsDavid Brownell
2007-05-08ACPI wakeup hooks for rtc-cmosDavid Brownell
2007-05-08rtc-cmos wakeup interfaceDavid Brownell
2007-05-08rtc: update vr41xx alarm handlingYoichi Yuasa
2007-05-08RTC Kconfig cleanupAlessandro Zummo
2007-05-08rtc: update to class device removal patchesDavid Brownell
2007-05-08RTC: replace some newly-introduced macros with inlinesDavid Brownell
2007-05-08rtc: suspend()/resume() restores system clockDavid Brownell
2007-05-08rtc: remove rest of class_deviceDavid Brownell
2007-05-08rtc: simplified /proc/driver/rtc handlingDavid Brownell
2007-05-08rtc: simplified rtc sysfs attribute handlingDavid Brownell
2007-05-08rtc: rtc interfaces don't use class_deviceDavid Brownell
2007-05-08rtc: remove /sys/class/rtc-dev/*David Brownell
2007-05-08utimensat implementationUlrich Drepper
2007-05-08rcutorture: Remove redundant assignment to cur_ops in for loopJosh Triplett
2007-05-08rcutorture: style cleanup: avoid != NULL in boolean testsJosh Triplett
2007-05-08rcutorture: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish
2007-05-08sched: align rq to cacheline boundarySiddha, Suresh B
2007-05-08sched: redundant reschedule when set_user_nice() boosts a prio of a task from...Dmitry Adamushko
2007-05-08sched: optimize siblings status check logic in wake_idle()Siddha, Suresh B
2007-05-08Speed up divides by cpu_power in schedulerEric Dumazet
2007-05-08sched: dynticks idle load balancingSiddha, Suresh B
2007-05-08sched: fix idle load balancing in softirqd contextSiddha, Suresh B