summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: make _tolower() publicAndy Shevchenko2011-07-263-18/+19
* lib/lcm.c: quiet sparse noiseH Hartley Sweeten2011-07-261-0/+1
* mach-ux500: add lm3530 ALS platform data for U5500Linus Walleij2011-07-261-1/+83
* arch/arm/mach-ux500/board-u5500.c: calibrate ALS input voltageShreshtha Kumar Sahu2011-07-262-14/+58
* drivers/leds/leds-netxbig: make LEDS_NETXBIG depend on LEDS_CLASSAxel Lin2011-07-261-0/+1
* drivers/leds/leds-sunfire.c: fix sunfire_led_generic_probe() error handlingAxel Lin2011-07-261-5/+7
* drivers/leds/leds-lp5521.c: provide section taggingLinus Walleij2011-07-261-2/+2
* MAINTAINERS: update HIGH RESOLUTION TIMERS patternsJoe Perches2011-07-261-1/+1
* get_maintainers.pl: improve .mailmap parsingJoe Perches2011-07-261-4/+5
* kernel/configs.c: include MODULE_*() when CONFIG_IKCONFIG_PROC=nStephen Boyd2011-07-261-2/+2
* notifiers: vt: move vt notifiers into vt.hAmerigo Wang2011-07-262-7/+9
* notifiers: pm: move pm notifiers into suspend.hAmerigo Wang2011-07-263-8/+11
* notifiers: sys: move reboot notifiers into reboot.hAmerigo Wang2011-07-266-36/+39
* notifiers: net: move netdevice notifiers into netdevice.hAmerigo Wang2011-07-262-30/+34
* notifiers: cpu: move cpu notifiers into cpu.hAmerigo Wang2011-07-263-32/+36
* drivers/misc: add support the FSA9480 USB SwitchDonggeun Kim2011-07-265-0/+615
* geode: reflect mfgpt dependency on mfdPhilip A. Prindeville2011-07-261-2/+1
* eisa/pci_eisa.c: fix section mismatchArnaud Lacombe2011-07-261-2/+2
* include/linux/kernel.h: hide internal macros from userspaceArnaud Lacombe2011-07-261-22/+21
* include/linux/kernel.h: fix a headers_check warningWANG Cong2011-07-261-23/+24
* include/linux/ioport.h: new helper to define common struct resource constructsUwe Kleine-König2011-07-261-0/+30
* devres: fix possible use after freeMaxin B John2011-07-263-3/+3
* asm-generic/system.h: drop useless __KERNEL__Mike Frysinger2011-07-261-2/+0
* drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possibleRakib Mullick2011-07-266-20/+10
* um: remove dead codeRichard Weinberger2011-07-263-6/+3
* um: adjust size of pid_bufRichard Weinberger2011-07-261-1/+1
* um: implement a x86_64 vDSORichard Weinberger2011-07-269-0/+365
* um: set __HAVE_ARCH_GATE_AREA for x86_64Richard Weinberger2011-07-263-1/+37
* um: Set __HAVE_ARCH_GATE_AREA for i386Richard Weinberger2011-07-263-1/+65
* um: disable scan_elf_aux() on x86_64Richard Weinberger2011-07-263-7/+8
* uml: free resourcesDavidlohr Bueso2011-07-261-2/+4
* uml: drivers/slip_user.c memory leak fixVitaliy Ivanov2011-07-261-2/+1
* uml: helper.c warning correctionsVitaliy Ivanov2011-07-261-2/+2
* uml: cow_user.c warning correctionsVitaliy Ivanov2011-07-261-1/+5
* uml: drivers/net_user.c memory leak fixVitaliy Ivanov2011-07-261-1/+4
* um: reinstate kernel version in generated .configGeert Uytterhoeven2011-07-261-0/+2
* um: add netpoll supportRichard Weinberger2011-07-261-0/+12
* um: fix _FORTIFY_SOURCE=2 support for kernel modulesRichard Weinberger2011-07-261-0/+5
* um: clean up delay functionsRichard Weinberger2011-07-263-32/+91
* um, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-07-261-1/+0
* um: clean up vm-flags.hRichard Weinberger2011-07-263-39/+5
* cris, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-07-262-2/+0
* cris: fix some build warnings in pinmux.cWANG Cong2011-07-261-4/+6
* m68k, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-07-263-6/+2
* m32r, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-07-261-1/+0
* alpha, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-07-261-1/+0
* h8300, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-07-261-2/+0
* writeback: account NR_WRITTEN at IO completion timeWu Fengguang2011-07-261-2/+3
* tmpfs: simplify unuse and writepageHugh Dickins2011-07-261-34/+16
* tmpfs: simplify filepage/swappageHugh Dickins2011-07-261-129/+108