| Commit message (Expand) | Author | Files | Lines |
2012-08-22 | introduce kref_put_mutex() | Al Viro | 1 | -0/+18 |
2012-08-22 | vfio: don't dereference after kfree... | Al Viro | 1 | -1/+2 |
2012-08-18 | mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bit | Al Viro | 1 | -33/+28 |
2012-08-18 | md/raid10: fix problem with on-stack allocation of r10bio structure. | NeilBrown | 2 | -12/+20 |
2012-08-17 | scripts/kernel-doc: fix fatal script error | Randy Dunlap | 1 | -0/+1 |
2012-08-17 | autofs4 - fix expire check | Ian Kent | 1 | -5/+0 |
2012-08-17 | ext4: fix kernel BUG on large-scale rm -rf commands | Theodore Ts'o | 1 | -0/+1 |
2012-08-17 | ext4: fix long mount times on very big file systems | Theodore Ts'o | 1 | -0/+4 |
2012-08-17 | ext4: don't call ext4_error while block group is locked | Theodore Ts'o | 2 | -26/+37 |
2012-08-17 | Yama: access task_struct->comm directly | Kees Cook | 1 | -8/+2 |
2012-08-16 | Linux 3.6-rc2v3.6-rc2 | Linus Torvalds | 1 | -1/+1 |
2012-08-16 | 1-Wire: Add support for the maxim ds1825 temperature sensor | Raphael Assenat | 3 | -0/+12 |
2012-08-16 | ti-st: Fix check for pdata->chip_awake function pointer | Matthias Kaehlcke | 1 | -1/+1 |
2012-08-16 | iio: lm3533-als: Fix build warnings | Axel Lin | 1 | -2/+2 |
2012-08-16 | staging:iio:ad7780: Mark channels as unsigned | Lars-Peter Clausen | 1 | -4/+6 |
2012-08-16 | staging:iio:ad7192: Report offset and scale for temperature channel | Lars-Peter Clausen | 1 | -14/+12 |
2012-08-16 | staging:iio:ad7192: Report channel offset | Lars-Peter Clausen | 1 | -4/+10 |
2012-08-16 | staging:iio:ad7192: Mark channels as unsigned | Lars-Peter Clausen | 1 | -3/+3 |
2012-08-16 | staging:iio:ad7192: Fix setting ACX | Lars-Peter Clausen | 1 | -1/+1 |
2012-08-16 | staging:iio:ad7192: Add missing break in switch statement | Lars-Peter Clausen | 1 | -1/+1 |
2012-08-16 | staging:iio:ad7793: Fix internal reference value | Lars-Peter Clausen | 1 | -1/+1 |
2012-08-16 | staging:iio:ad7793: Follow new IIO naming spec | Lars-Peter Clausen | 1 | -2/+3 |
2012-08-16 | staging:iio:ad7793: Fix temperature scale and offset | Lars-Peter Clausen | 1 | -11/+18 |
2012-08-16 | staging:iio:ad7793: Report channel offset | Lars-Peter Clausen | 1 | -13/+26 |
2012-08-16 | staging:iio:ad7793: Mark channels as unsigned | Lars-Peter Clausen | 1 | -12/+12 |
2012-08-16 | staging:iio:ad7793: Add missing break in switch statement | Lars-Peter Clausen | 1 | -1/+1 |
2012-08-16 | iio/adjd_s311: Fix potential memory leak in adjd_s311_update_scan_mode() | Alexey Khoroshilov | 1 | -3/+4 |
2012-08-16 | iio: frequency: ADF4350: Fix potential reference div factor overflow. | Michael Hennerich | 2 | -9/+17 |
2012-08-16 | iio: staging: ad7298_ring: Fix maybe-uninitialized warning | Michael Hennerich | 1 | -1/+1 |
2012-08-16 | pmac_zilog,kdb: Fix console poll hook to return instead of loop | Jason Wessel | 1 | -3/+9 |
2012-08-16 | serial: mxs-auart: fix the wrong RTS hardware flow control | Huang Shijie | 1 | -5/+9 |
2012-08-16 | autofs4 - fix get_next_positive_subdir() | Ian Kent | 1 | -18/+13 |
2012-08-16 | MAINTAINERS: update address for Dan Williams | Dan Williams | 1 | -13/+12 |
2012-08-16 | staging: comedi: usbduxfast: Declare MODULE_FIRMWARE usage | Tim Gardner | 1 | -1/+3 |
2012-08-16 | staging: comedi: usbdux: Declare MODULE_FIRMWARE usage | Tim Gardner | 1 | -1/+3 |
2012-08-16 | staging: comedi: usbduxsigma: Declare MODULE_FIRMWARE usage | Tim Gardner | 1 | -1/+3 |
2012-08-16 | scripts/decodecode: Fixup trapping instruction marker | Borislav Petkov | 1 | -1/+1 |
2012-08-16 | mei: add mei_quirk_probe function | Tomas Winkler | 1 | -0/+27 |
2012-08-16 | vfs: fix propagation of atomic_open create error on negative dentry | Sage Weil | 1 | -0/+4 |
2012-08-16 | extcon: extcon_gpio: Replace gpio_request_one by devm_gpio_request_one | Axel Lin | 1 | -1/+2 |
2012-08-16 | drivers-core: make structured logging play nice with dynamic-debug | Jim Cromie | 1 | -2/+7 |
2012-08-16 | USB: qcserial: fix port handling on Gobi 1K and 2K+ | Dan Williams | 1 | -18/+24 |
2012-08-16 | mei: fix device stall after wd is stopped | Tomas Winkler | 1 | -1/+1 |
2012-08-16 | IB/mlx4: Check iboe netdev pointer before dereferencing it | Kleber Sacilotto de Souza | 1 | -1/+5 |
2012-08-16 | md: Don't truncate size at 4TB for RAID0 and Linear | NeilBrown | 1 | -3/+6 |
2012-08-16 | mlx4_core: Clean up buddy bitmap allocation | Roland Dreier | 1 | -4/+3 |
2012-08-16 | mlx4_core: Fix integer overflow issues around MTT table | Yishai Hadas | 5 | -10/+13 |
2012-08-16 | mlx4_core: Allow large mlx4_buddy bitmaps | Yishai Hadas | 1 | -4/+14 |
2012-08-16 | USB: serial: Fix mos7840 timeout | Mark Ferrell | 1 | -4/+3 |
2012-08-16 | USB: option: add ZTE K5006-Z | Bjørn Mork | 1 | -0/+2 |