aboutsummaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-23uwb: use for_each_clear_bit()Akinobu Mita1-4/+2
2012-03-23s390/char: use for_each_clear_bit()Akinobu Mita1-3/+2
2012-03-23mtd: use for_each_clear_bit()Akinobu Mita1-4/+2
2012-03-23bitops: introduce for_each_clear_bit()Akinobu Mita1-0/+11
2012-03-23bitops: remove for_each_set_bit_cont()Akinobu Mita2-4/+1
2012-03-23bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita3-4/+7
2012-03-23backlight: fix ot200_bl buildRandy Dunlap1-1/+1
2012-03-23backlight: convert platform_lcd to dev_pm_opsJingoo Han1-9/+10
2012-03-23backlight: add support for Pandora backlightGrazvydas Ignotas3-0/+179
2012-03-23backlight: add driver for Bachmann's ot200Christian Gmeiner3-1/+183
2012-03-23backlight: new backlight driver for LP855x devicesKim, Milo5-0/+548
2012-03-23drivers/video/backlight/adp5520_bl.c: use devm_ functionsJulia Lawall1-5/+1
2012-03-23drivers/video/backlight: use devm_ functionsJulia Lawall8-47/+18
2012-03-23drivers/video/backlight/wm831x_bl.c: use devm_ functionsJulia Lawall1-5/+1
2012-03-23backlight: convert backlight spi drivers to module_spi_driverAxel Lin10-119/+10
2012-03-23backlight: convert backlight i2c drivers to module_i2c_driverAxel Lin3-34/+3
2012-03-23MAINTAINERS: update maintainership of LTPWanlong Gao1-3/+5
2012-03-23MAINTAINERS: add "S: Maintained" to clkdev and clk sectionsJoe Perches1-0/+2
2012-03-23MAINTAINERS: add status to ALPHA architectureJoe Perches1-0/+1
2012-03-23MAINTAINERS: update git urls for 2.6 deletionsJoe Perches1-49/+49
2012-03-23MAINTAINERS: update MCA sectionJoe Perches1-8/+7
2012-03-23get_maintainer.pl: add support for moderated listsRichard Weinberger1-2/+7
2012-03-23get_maintainer: use a default "unknown" S: status/roleJoe Perches1-1/+1
2012-03-23kernel/watchdog.c: add comment to watchdog() exit pathAndrew Morton1-0/+4
2012-03-23kernel/watchdog.c: convert to pr_foo()Andrew Morton1-6/+10
2012-03-23watchdog: make sure the watchdog thread gets CPU on loaded systemMichal Hocko1-4/+3
2012-03-23kernel/exit.c: if init dies, log a signal which killed it, if anyDenys Vlasenko1-2/+5
2012-03-23prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering5-5/+54
2012-03-23drivers/staging/telephony/ixj.c: fix warning about sequence pointsUwe Kleine-König1-19/+38
2012-03-23fs/notify/notification.c: make subsys_initcall function staticH Hartley Sweeten1-2/+1
2012-03-23Remove remaining bits of io_remap_page_range()Javi Merino4-7/+0
2012-03-23consolidate WARN_...ONCE() static variablesJan Beulich3-4/+5
2012-03-23headers: include linux/types.h where appropriateBobby Powers4-1/+8
2012-03-23nmi watchdog: do not use cpp symbol in KconfigCong Wang9-11/+8
2012-03-23magic.h: move some FS magic numbers into magic.hMuthu Kumar6-11/+18
2012-03-23um: use set_current_blocked() and block_sigmask()Matt Fleming1-14/+6
2012-03-23um: don't restore current->blocked on errorMatt Fleming1-6/+2
2012-03-23mm: hugetlb: cleanup duplicated code in unmapping vm rangeHillf Danton1-14/+11
2012-03-23mm: fix testorder interaction between two kswapd patchesHugh Dickins1-1/+1
2012-03-22usbnet: consider device busy at each recieved packetOliver Neukum1-0/+1
2012-03-22bonding: remove entries for master_ip and vlan_ip and query devices insteadAndy Gospodarek3-69/+32
2012-03-22netfilter: remove forward module param confusion.Rusty Russell2-14/+4
2012-03-22security: optimize avc_audit() common pathLinus Torvalds1-29/+41
2012-03-22usbnet: don't clear urb->dev in tx_completetom.leiming@gmail.com1-1/+0
2012-03-22usbnet: increase URB reference count before usb_unlink_urbtom.leiming@gmail.com1-0/+9
2012-03-22xfrm: Access the replay notify functions via the registered callbacksSteffen Klassert1-3/+3
2012-03-22xfrm: Remove unused xfrm_state from xfrm_state_check_spaceSteffen Klassert1-2/+2
2012-03-22RDS: use gfp flags from caller in conn_alloc()Dan Carpenter3-3/+3
2012-03-22netlabel: use GFP flags from caller instead of GFP_ATOMICDan Carpenter1-1/+1
2012-03-22vfs: tidy up sparse warnings in fs/namei.cLinus Torvalds1-3/+3