aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-05-08atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular dependencyMathieu Desnoyers18-282/+360
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to x86_64Mathieu Desnoyers1-4/+32
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to sparc64Mathieu Desnoyers1-2/+22
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to powerpcMathieu Desnoyers3-6/+131
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to pariscMathieu Desnoyers1-3/+26
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to mipsMathieu Desnoyers1-3/+26
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to ia64Mathieu Desnoyers1-2/+22
2007-05-08atomic.h: i386 type safety fixMathieu Desnoyers1-3/+3
2007-05-08atomic.h: complete atomic_long operations in asm-genericMathieu Desnoyers1-0/+133
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to alphaMathieu Desnoyers1-3/+46
2007-05-08Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli8-10/+222
2007-05-08kprobes: kretprobes simplificationsChristoph Hellwig7-114/+44
2007-05-08kprobes: codingstyle cleanupsChristoph Hellwig1-25/+30
2007-05-08kprobes: use hlist_for_each_entryChristoph Hellwig1-6/+3
2007-05-08rtc-cmos: make it load on PNPBIOS systemsMarko Vrh1-9/+9
2007-05-08rtc: remove "RTC_ALM_SET mode" bugsDavid Brownell4-36/+45
2007-05-08revert "rtc: Add rtc_merge_alarm()"Andrew Morton2-82/+0
2007-05-08workaround rtc-related acpi table bugsDavid Brownell1-2/+9
2007-05-08ACPI wakeup hooks for rtc-cmosDavid Brownell2-3/+53
2007-05-08rtc-cmos wakeup interfaceDavid Brownell2-10/+34
2007-05-08rtc: update vr41xx alarm handlingYoichi Yuasa1-2/+26
2007-05-08RTC Kconfig cleanupAlessandro Zummo1-120/+130
2007-05-08rtc: update to class device removal patchesDavid Brownell3-1/+11
2007-05-08RTC: replace some newly-introduced macros with inlinesDavid Brownell1-11/+35
2007-05-08rtc: suspend()/resume() restores system clockDavid Brownell5-76/+91
2007-05-08rtc: remove rest of class_deviceDavid Brownell9-66/+74
2007-05-08rtc: simplified /proc/driver/rtc handlingDavid Brownell5-59/+20
2007-05-08rtc: simplified rtc sysfs attribute handlingDavid Brownell5-66/+42
2007-05-08rtc: rtc interfaces don't use class_deviceDavid Brownell17-118/+119
2007-05-08rtc: remove /sys/class/rtc-dev/*David Brownell6-89/+46
2007-05-08utimensat implementationUlrich Drepper10-75/+172
2007-05-08rcutorture: Remove redundant assignment to cur_ops in for loopJosh Triplett1-9/+6
2007-05-08rcutorture: style cleanup: avoid != NULL in boolean testsJosh Triplett1-14/+14
2007-05-08rcutorture: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-1/+1
2007-05-08sched: align rq to cacheline boundarySiddha, Suresh B1-1/+1
2007-05-08sched: redundant reschedule when set_user_nice() boosts a prio of a task from the "expired" arrayDmitry Adamushko1-18/+16
2007-05-08sched: optimize siblings status check logic in wake_idle()Siddha, Suresh B1-1/+10
2007-05-08Speed up divides by cpu_power in schedulerEric Dumazet2-30/+61
2007-05-08sched: dynticks idle load balancingSiddha, Suresh B3-13/+227
2007-05-08sched: fix idle load balancing in softirqd contextSiddha, Suresh B1-7/+5
2007-05-08ISDN: Spinlock initializer cleanupThomas Gleixner2-2/+2
2007-05-08use mutex instead of semaphore in CAPI 2.0 interfaceMatthias Kaehlcke1-16/+17
2007-05-08sanitize linux/isdn_divertif.h for userspaceMike Frysinger2-1/+6
2007-05-08fix spinlock usage in hysdn_log_close()Matthias Kaehlcke1-4/+0
2007-05-08drivers/isdn/hardware/eicon/: remove unused header filesArmin Schindler2-248/+0
2007-05-08make drivers/isdn/capi/capiutil.c:cdebbuf_alloc() staticAdrian Bunk2-8/+1
2007-05-08inode numbering: change libfs sb creation routines to avoid collisions with their root inodesJeff Layton3-3/+26
2007-05-08inode numbering: make static counters in new_inode and iunique be 32 bitsJeff Layton1-2/+12
2007-05-08au1550 SPI controller driverJan Nikitenko4-0/+1002
2007-05-08SPI kerneldocDavid Brownell4-55/+166