summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-05-08Add IRQF_IRQPOLL flag on armBernhard Walle31-31/+31
2007-05-08Add IRQF_IRQPOLL flag on pariscBernhard Walle1-1/+1
2007-05-08Add IRQF_IRQPOLL flag on shBernhard Walle3-3/+3
2007-05-08Add IRQF_IRQPOLL flag on IA64Bernhard Walle1-1/+1
2007-05-08Add IRQF_IRQPOLL flag on i386Bernhard Walle3-3/+3
2007-05-08Add IRQF_IRQPOLL flag on x86_64Bernhard Walle1-1/+4
2007-05-08Add IRQF_IRQPOLL flag (common code)Bernhard Walle3-1/+9
2007-05-08udf: possible null pointer dereference while load_partitionDmitriy Monakhov1-0/+2
2007-05-08udf: support files larger than 1GJan Kara3-82/+180
2007-05-08udf: add assertionsJan Kara1-1/+3
2007-05-08udf: use get_bh()Jan Kara12-177/+174
2007-05-08UDF: introduce struct extent_positionJan Kara8-445/+434
2007-05-08udf: use sector_t and loff_t for file offsetsJan Kara6-35/+38
2007-05-08nfs: fix congestion control: use atomic_longsPeter Zijlstra2-3/+3
2007-05-08no longer #include <asm/kdebug.h>Adrian Bunk2-2/+1
2007-05-08Some grammatical fixups and additions to atomic.h kernel-doc contentRobert P. J. Day1-2/+9
2007-05-08uml: pcap devices should get MACs from command lineJeff Dike1-1/+1
2007-05-08uml: network and pcap cleanupJeff Dike3-25/+38
2007-05-08x86: create asm/cmpxchg.hJeff Dike7-418/+437
2007-05-08Remove tas()Jeff Dike19-38/+0
2007-05-08local_t: x86_64 extensionMathieu Desnoyers2-31/+201
2007-05-08local_t: sparc64 cleanupMathieu Desnoyers1-40/+1
2007-05-08local_t: powerpc extensionMathieu Desnoyers1-1/+200
2007-05-08local_t: parisc cleanupMathieu Desnoyers1-40/+1
2007-05-08local_t: mips extensionMathieu Desnoyers2-39/+390
2007-05-08local_t: ia64 extensionMathieu Desnoyers1-50/+1
2007-05-08local_t: i386 extensionMathieu Desnoyers2-28/+236
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 depe...Mathieu 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