summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* uml: document new ubd flagJeff Dike2008-02-051-1/+4
* uml: get rid of asmlinkageJeff Dike2008-02-052-10/+5Star
* uml: implement get_wchanJeff Dike2008-02-052-1/+36
* uml: code tidying under arch/um/os-LinuxWANG Cong2008-02-056-20/+28
* uml: remove xmm checking on x86Karol Swietlicki2008-02-052-4/+0Star
* uml: arch/um/include/init.h needs a definition of __usedJeff Dike2008-02-051-11/+14
* cris: remove unused __dummy, CONST_ADDR and ADDR from bitops.hJesper Nilsson2008-02-051-7/+0Star
* arch/cris: add a missing iounmapJulia Lawall2008-02-051-1/+3
* CRIS: avoid using arch links in KconfigJesper Nilsson2008-02-055-2/+19
* mac68k: remove dead MAC_ADBKEYCODESStanislav Brabec2008-02-052-15/+0Star
* mac68k: add nubus card definitions and a typo fixFinn Thain2008-02-051-1/+3
* mac68k: remove dead codeFinn Thain2008-02-052-4/+0Star
* mac68k: macii adb comment correctionFinn Thain2008-02-051-1/+1
* m68k: kill arch/m68k/mvme16x/mvme16x_ksyms.cAdrian Bunk2008-02-053-7/+3Star
* m68k: kill arch/m68k/atari/atari_ksyms.cAdrian Bunk2008-02-058-36/+31Star
* m68k: kill arch/m68k/amiga/amiga_ksyms.cAdrian Bunk2008-02-056-34/+32Star
* m68k: kill arch/m68k/hp300/ksyms.cAdrian Bunk2008-02-052-10/+1Star
* m68k: kill arch/m68k/mac/mac_ksyms.cAdrian Bunk2008-02-053-10/+5Star
* nubus: kill drivers/nubus/nubus_syms.cAdrian Bunk2008-02-054-29/+17Star
* m68k: Balance ioremap and iounmap in m68k/atari/hades-pci.cRoel Kluin2008-02-051-28/+26Star
* dio: ARRAY_SIZE() cleanupAlejandro Martinez Ruiz2008-02-051-3/+1Star
* m68k: ARRAY_SIZE() cleanupAlejandro Martinez Ruiz2008-02-051-1/+1
* m68k: Use cc-cross-prefixGeert Uytterhoeven2008-02-051-6/+5Star
* b43: avoid unregistering device objects during suspendRafael J. Wysocki2008-02-053-10/+21
* leds: add possibility to remove leds classdevs during suspend/resumeRafael J. Wysocki2008-02-052-5/+18
* HWRNG: add possibility to remove hwrng devices during suspend/resumeRafael J. Wysocki2008-02-052-6/+14
* Misc: Add possibility to remove misc devices during suspend/resumeRafael J. Wysocki2008-02-052-5/+18
* latency.c: use QoS infrastructureMark Gross2008-02-056-322/+26Star
* pm qos infrastructure and interfaceMark Gross2008-02-057-7/+520
* make kernel_shutdown_prepare() staticAdrian Bunk2008-02-052-3/+1Star
* kernel/power/disk.c: make code staticAdrian Bunk2008-02-051-2/+2
* alpha: fix warning by fixing flush_tlb_kernel_range()Andrew Morton2008-02-051-1/+5
* agp: alpha nopageNick Piggin2008-02-051-9/+8Star
* Alpha doesn't use socketcallSamuel Thibault2008-02-051-1/+0Star
* alpha: kill deprecated virt_to_busFUJITA Tomonori2008-02-051-2/+2
* alpha: atomic_add_return() should return intAndrew Morton2008-02-051-1/+1
* arch/alpha: remove duplicate includesLucas Woods2008-02-051-1/+0Star
* m68knommu: remove duplicate exportsAdrian Bunk2008-02-051-11/+0Star
* nommu: add new vmalloc_user() and remap_vmalloc_range() interfaces.Paul Mundt2008-02-051-1/+44
* m68knommu: removing config variable DUMPTOFLASHJiri Olsa2008-02-052-8/+0Star
* m68knomu: remove dead config symbols from m68knomu codeJiri Olsa2008-02-056-52/+3Star
* m68knommu: use ARRAY_SIZE in ColdFire serial driverGreg Ungerer2008-02-051-1/+1
* frv: use find_task_by_vpid in cxn_pin_by_pidPavel Emelyanov2008-02-051-1/+1
* frv: remove dead config symbol from FRV codeJiri Olsa2008-02-051-4/+0Star
* FRV: move DMA macros to scatterlist.h for consistency.Robert P. J. Day2008-02-052-10/+10
* FRV: permit the memory to be located elsewhere in NOMMU modeDavid Howells2008-02-052-1/+10
* Smack: Simplified Mandatory Access Control KernelCasey Schaufler2008-02-0510-3/+4611
* NetLabel: introduce a new kernel configuration API for NetLabelPaul Moore2008-02-056-9/+225
* oom_kill: remove uid==0 checksSerge E. Hallyn2008-02-051-1/+1
* capabilities: introduce per-process capability bounding setSerge E. Hallyn2008-02-0511-71/+67Star