aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-03fs/dcache.c: fix new kernel-doc warningRandy Dunlap1-0/+1
2011-08-03ida: simplified functions for id allocationRusty Russell2-0/+71
2011-08-03taskstats: add_del_listener() should ignore !valid listenersOleg Nesterov1-1/+1
2011-08-03taskstats: add_del_listener() shouldn't use the wrong nodeOleg Nesterov1-9/+7
2011-08-03rtc-omap: fix initialization of control registerDaniel Glöckner1-1/+1
2011-08-03fault-injection: add ability to export fault_attr in arbitrary directoryAkinobu Mita7-46/+33
2011-08-02tools/power turbostat: fit output into 80 columns on snb-epLen Brown1-23/+23
2011-08-02efivars: fix warnings when CONFIG_PSTORE=nTony Luck1-3/+3
2011-08-02ACPI: delete stale reference in kernel-parameters.txtLen Brown1-2/+0
2011-08-02arch/tile/mm/init.c: trivial: use BUG_ONJulia Lawall1-2/+1
2011-08-02ACPI: add missing _OSI stringsShaohua Li1-1/+7
2011-08-02ACPI: remove NID_INVALDavid Rientjes1-1/+0
2011-08-02thermal: make THERMAL_HWMON implementation fully internalJean Delvare2-47/+92
2011-08-02thermal: split hwmon lookup to a separate functionJean Delvare1-6/+19
2011-08-02thermal: hide CONFIG_THERMAL_HWMONJean Delvare2-15/+2
2011-08-02MAINTAINERS: Add keyword match for of_match_table to device tree sectionMark Brown1-0/+1
2011-08-02of: constify property name parameters for helper functionsJamie Iles2-9/+13
2011-08-02spi/pl022: remove function cannot exitLinus Walleij1-8/+3
2011-08-02dm table: set flush capability based on underlying devicesMike Snitzer2-1/+43
2011-08-02dm crypt: optionally support discard requestsMilan Broz2-5/+65
2011-08-02dm raid: add md raid1 supportJonathan Brassow1-10/+39
2011-08-02dm raid: support metadata devicesJonathan Brassow3-24/+412
2011-08-02dm raid: add write_mostly parameterJonathan Brassow2-2/+28
2011-08-02dm raid: add region_size parameterJonathan Brassow2-3/+83
2011-08-02dm raid: improve table parameters documentationJonathan Brassow1-46/+78
2011-08-02dm ioctl: forbid multiple device specifiersMikulas Patocka1-0/+6
2011-08-02dm ioctl: introduce __get_dev_cellMikulas Patocka1-17/+24
2011-08-02dm ioctl: fill in device parameters in more ioctlsMikulas Patocka2-29/+38
2011-08-02dm flakey: add corrupt_bio_byte featureMike Snitzer2-15/+159
2011-08-02dm flakey: add drop_writesMike Snitzer2-14/+78
2011-08-02dm flakey: support feature argsMike Snitzer1-19/+64
2011-08-02dm flakey: use dm_target_offset and support discardsMike Snitzer1-1/+2
2011-08-02dm table: share target argument parsing functionsMike Snitzer4-112/+147
2011-08-02dm snapshot: skip reading origin when overwriting complete chunkMikulas Patocka3-3/+103
2011-08-02dm: ignore merge_bvec for snapshots when safeMikulas Patocka3-2/+64
2011-08-02dm table: clean dm_get_device and move exportsMike Snitzer1-20/+13
2011-08-02dm raid: tidy includesAlasdair G Kergon1-1/+2
2011-08-02dm ioctl: prevent empty messageAlasdair G Kergon1-0/+5
2011-08-02dm raid: cleanup parameter handlingJonathan Brassow1-19/+23
2011-08-02dm snapshot: style cleanupsJonathan Brassow2-10/+8
2011-08-02dm snapshot: remove unused definitionsMikulas Patocka1-10/+0
2011-08-02dm kcopyd: remove nr_pages field from job structureMikulas Patocka1-4/+2
2011-08-02dm kcopyd: remove offset field from job structureMikulas Patocka1-5/+2
2011-08-02dm: use vzallocJoe Perches3-7/+3
2011-08-02dm log: userspace use list_moveKirill A. Shutemov1-2/+1
2011-08-02dm log: clean up bit little endian bitopsAkinobu Mita1-5/+4
2011-08-02dm table: fix discard supportMike Snitzer2-9/+9
2011-08-02dm: suppress endian warningsAlasdair G Kergon3-43/+54
2011-08-02dm: fix idr leak on module removalAlasdair G Kergon1-2/+8
2011-08-02dm io: flush cpu cache with vmapped ioMikulas Patocka1-2/+27