aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-08local_t: alpha extensionMathieu Desnoyers2-24/+329
2007-05-08local_t: architecture independent extensionMathieu Desnoyers1-10/+23
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 Mavinakayanahalli1-0/+5
2007-05-08kprobes: kretprobes simplificationsChristoph Hellwig1-3/+2
2007-05-08revert "rtc: Add rtc_merge_alarm()"Andrew Morton1-1/+0
2007-05-08rtc-cmos wakeup interfaceDavid Brownell1-0/+7
2007-05-08rtc: remove rest of class_deviceDavid Brownell1-2/+2
2007-05-08rtc: rtc interfaces don't use class_deviceDavid Brownell1-17/+16
2007-05-08rtc: remove /sys/class/rtc-dev/*David Brownell1-1/+0
2007-05-08utimensat implementationUlrich Drepper4-2/+8
2007-05-08Speed up divides by cpu_power in schedulerEric Dumazet1-1/+7
2007-05-08sched: dynticks idle load balancingSiddha, Suresh B1-0/+8
2007-05-08sanitize linux/isdn_divertif.h for userspaceMike Frysinger2-1/+6
2007-05-08make drivers/isdn/capi/capiutil.c:cdebbuf_alloc() staticAdrian Bunk1-1/+0
2007-05-08au1550 SPI controller driverJan Nikitenko1-0/+16
2007-05-08SPI kerneldocDavid Brownell1-31/+51
2007-05-08/dev/spidevB.C interfaceAndrea Paterniani3-0/+126
2007-05-08clockchips.h: kernel-doc fixSergei Shtylyov1-5/+5
2007-05-08hide spinlock in linux/quota.h behind __KERNEL__Mike Frysinger1-2/+2
2007-05-08Add taskstats.h to kbuildDavid Woodhouse1-0/+1
2007-05-08Misc: add sensable phantom driverJiri Slaby2-0/+43
2007-05-08Driver for the Maxim DS1WM, a 1-wire bus master ASIC coreakpm@linux-foundation.org1-0/+11
2007-05-08x86_64: kill 19000+ sparse warningsRandy Dunlap2-8/+9
2007-05-08consolidate asm/const.h to linux/const.hRandy Dunlap13-34/+13
2007-05-08fat: don't use free_clusters for fat32OGAWA Hirofumi1-1/+2
2007-05-08Clean up mostly unused IOSPACE macrosDavid Gibson18-72/+0
2007-05-08ext3: copy i_flags to inode flags on writeJan Kara1-0/+1
2007-05-08Document SPIN_LOCK_UNLOCKED/RW_LOCK_UNLOCKED deprecationMichael Ellerman1-0/+6
2007-05-08Introduce a handy list_first_entry macroPavel Emelianov1-0/+11
2007-05-08SPIN_LOCK_UNLOCKED cleanup in init_task.hMilind Arun Choudhary1-1/+1
2007-05-08EFI: warn only for pre-1.00 system tablesBjorn Helgaas1-1/+0
2007-05-08fix hotplug for legacy platform driversDavid Brownell1-2/+2
2007-05-08cleanup compat ioctl handlingChristoph Hellwig2-26/+0
2007-05-08Pad irq_desc to internode cacheline sizeRavikiran G Thirumalai1-3/+1
2007-05-08merge compat_ioctl.h into compat_ioctl.cChristoph Hellwig1-830/+0
2007-05-08i386: sched.h inclusion from module.h is baackAlexey Dobriyan1-2/+0
2007-05-08Deprecate SA_xxx interrupt flags -V2Thomas Gleixner1-12/+18
2007-05-08Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan2-0/+12
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan2-0/+13
2007-05-08Fix race between rmmod and cat /proc/kallsymsAlexey Dobriyan1-14/+7