summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2011-12-11rcu: Detect illegal rcu dereference in extended quiescent stateFrederic Weisbecker1-0/+26
2011-12-11rcu: Add failure tracing to rcutorturePaul E. McKenney1-0/+8
2011-12-11rcu: Track idleness independent of idle tasksPaul E. McKenney3-40/+13
2011-12-11mmc: core: Add quirk for long data read timeStefan Nilsson XK1-0/+6
2011-12-10serial: add irq handler for Freescale 16550 errata.Paul Gortmaker1-0/+1
2011-12-10serial: export the key functions for an 8250 IRQ handlerPaul Gortmaker1-0/+4
2011-12-10efi: Add EFI file I/O data typesMatt Fleming1-0/+40
2011-12-10efi.h: Add boottime->locate_handle search typesMatt Fleming1-0/+7
2011-12-10efi.h: Add graphics protocol guidsMatt Fleming1-0/+9
2011-12-10efi.h: Add allocation types for boottime->allocate_pages()Matt Fleming1-0/+8
2011-12-10efi.h: Add efi_image_loaded_tMatt Fleming1-0/+19
2011-12-10efi.h: Add struct definition for boot time servicesMatt Fleming1-1/+52
2011-12-10drivers_base: make argument to platform_device_register_full constUwe Kleine-König1-1/+1
2011-12-10USB: Adding #define in hub_configure() and hcd.c fileAman Deep1-0/+11
2011-12-10usb: fix number of mapped SG DMA entriesClemens Ladisch1-0/+1
2011-12-10Merge v3.2-rc4 into usb-nextGreg Kroah-Hartman3-97/+139
2011-12-10PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()Srivatsa S. Bhat1-0/+2
2011-12-10PM / Domains: Provide an always on power domain governorMark Brown1-0/+2
2011-12-09inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov1-1/+17
2011-12-09inet_diag: Introduce the inet socket dumping routinePavel Emelyanov1-0/+7
2011-12-09inet_diag: Introduce the byte-code run on an inet socketPavel Emelyanov1-0/+2
2011-12-09inet_diag: Export inet diag cookie checking routinePavel Emelyanov1-0/+2
2011-12-09inet_diag: Remove indirect sizeof from inet diag handlersPavel Emelyanov1-1/+0
2011-12-09sch_red: generalize accurate MAX_P support to RED/GRED/CHOKEEric Dumazet1-0/+2
2011-12-09power_supply: allow a power supply to explicitly point to powered deviceJeremy Fitzhardinge1-0/+1
2011-12-09power_supply: add SCOPE attribute to power suppliesJeremy Fitzhardinge1-0/+7
2011-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+9
2011-12-09vmscan: use atomic-long for shrinker batchingKonstantin Khlebnikov3-2/+3
2011-12-09Merge branches 'common/clkfwk', 'common/pfc' and 'common/serial-rework' into ...Paul Mundt27-46/+91
2011-12-09sh: pfc: ioremap() supportMagnus Damm1-0/+11
2011-12-09sh: extend clock struct with mapped_reg memberMagnus Damm1-0/+1
2011-12-09sch_red: Adaptative RED AQMEric Dumazet1-2/+4
2011-12-09vlan: introduce functions to do mass addition/deletion of vids by another deviceJiri Pirko1-0/+15
2011-12-09vlan: introduce vid list with reference countingJiri Pirko2-18/+2
2011-12-09net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko1-0/+12
2011-12-09net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-4/+4
2011-12-09vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko1-1/+1
2011-12-09PM / Sleep: Make [un]lock_system_sleep() genericSrivatsa S. Bhat1-20/+16
2011-12-09PM / Sleep: Use the freezer_count() functions in [un]lock_system_sleep() APIsSrivatsa S. Bhat1-4/+3
2011-12-09Merge branch 'pm-freezer' into pm-sleepRafael J. Wysocki1-17/+11
2011-12-09PM / Freezer: Remove the "userspace only" constraint from freezer[_do_not]_co...Srivatsa S. Bhat1-17/+11
2011-12-08memblock: Reimplement memblock allocation using reverse free area iteratorTejun Heo1-2/+22
2011-12-08memblock: Kill early_node_map[]Tejun Heo3-46/+35
2011-12-08memblock: Implement memblock_add_node()Tejun Heo1-0/+1
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo1-2/+1
2011-12-08memblock: Track total size of regions automaticallyTejun Heo1-1/+1
2011-12-08memblock: Kill memblock_init()Tejun Heo1-1/+0
2011-12-08memblock: Kill sentinel entries at the end of static region arraysTejun Heo1-6/+0
2011-12-08memblock: Add __memblock_dump_all()Tejun Heo1-1/+7
2011-12-08memblock: Make memblock_{add|remove|free|reserve}() return int and update pro...Tejun Heo1-35/+29