Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Introduce cifs_copy_file_range() | Sachin Prabhu | 2017-04-07 | 5 | -68/+110 | |
| * | | | | | SMB3: Rename clone_range to copychunk_range | Sachin Prabhu | 2017-04-07 | 3 | -15/+16 | |
| * | | | | | Handle mismatched open calls | Sachin Prabhu | 2017-04-07 | 9 | -13/+143 | |
* | | | | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2017-04-09 | 4 | -16/+69 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'kprobe-fixes' of https://git.linaro.org/people/tixy/kernel into... | Russell King | 2017-04-06 | 386 | -1931/+4760 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | arm: kprobes: Align stack to 8-bytes in test code | Jon Medhurst | 2017-03-21 | 1 | -3/+8 | |
| | * | | | | | | arm: kprobes: Fix the return address of multiple kretprobes | Masami Hiramatsu | 2017-03-21 | 1 | -2/+22 | |
| | * | | | | | | arm: kprobes: Skip single-stepping in recursing path if possible | Masami Hiramatsu | 2017-03-21 | 1 | -9/+10 | |
| | * | | | | | | arm: kprobes: Allow to handle reentered kprobe on single-stepping | Masami Hiramatsu | 2017-03-21 | 1 | -0/+6 | |
| | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | ARM: 8665/1: nommu: access ID_PFR1 only if CPUID scheme | afzal mohammed | 2017-03-29 | 1 | -1/+4 | |
| * | | | | | | ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memory | Russell King | 2017-03-29 | 1 | -1/+19 | |
* | | | | | | | Merge tag 'driver-core-4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-04-09 | 3 | -5/+14 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINTAINERS: separate out kernfs maintainership | Tejun Heo | 2017-04-08 | 1 | -2/+9 | |
| * | | | | | | | sysfs: be careful of error returns from ops->show() | NeilBrown | 2017-04-08 | 1 | -2/+4 | |
| * | | | | | | | Documentation: stable-kernel-rules: fix stable-tag format | Johan Hovold | 2017-04-08 | 1 | -1/+1 | |
* | | | | | | | | Merge tag 'staging-4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-04-09 | 7 | -7/+31 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | staging: android: ashmem: lseek failed due to no FMODE_LSEEK. | Shuxiao Zhang | 2017-04-08 | 1 | -0/+1 | |
| * | | | | | | | | Merge tag 'iio-fixes-for-4.11d' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 2017-04-03 | 6 | -7/+30 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | iio: hid-sensor-attributes: Fix sensor property setting failure. | Song Hongyan | 2017-04-02 | 1 | -0/+10 | |
| | * | | | | | | | iio: accel: hid-sensor-accel-3d: Fix duplicate scan index error | Srinivas Pandruvada | 2017-04-02 | 1 | -1/+2 | |
| | * | | | | | | | iio: core: Fix IIO_VAL_FRACTIONAL_LOG2 for negative values | Nikolaus Schulz | 2017-04-02 | 1 | -4/+3 | |
| | * | | | | | | | iio: st_pressure: initialize lps22hb bootime | Shrirang Bagul | 2017-04-02 | 1 | -0/+1 | |
| | * | | | | | | | iio: bmg160: reset chip when probing | Quentin Schulz | 2017-03-25 | 1 | -0/+12 | |
| | * | | | | | | | iio: cros_ec_sensors: Fix return value to get raw and calibbias data. | Enric Balletbo i Serra | 2017-03-25 | 1 | -2/+2 | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2017-04-09 | 14 | -61/+120 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'work.statx' into for-next | Al Viro | 2017-04-03 | 1251 | -8823/+17873 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | statx: Include a mask for stx_attributes in struct statx | David Howells | 2017-04-03 | 5 | -6/+18 | |
| | * | | | | | | | | | statx: Reserve the top bit of the mask for future struct expansion | David Howells | 2017-04-03 | 2 | -0/+3 | |
| | * | | | | | | | | | xfs: report crtime and attribute flags to statx | Darrick J. Wong | 2017-04-03 | 1 | -0/+14 | |
| | * | | | | | | | | | ext4: Add statx support | David Howells | 2017-04-03 | 5 | -4/+39 | |
| | * | | | | | | | | | statx: optimize copy of struct statx to userspace | Eric Biggers | 2017-04-03 | 1 | -42/+32 | |
| | * | | | | | | | | | statx: remove incorrect part of vfs_statx() comment | Eric Biggers | 2017-04-03 | 1 | -3/+0 | |
| | * | | | | | | | | | statx: reject unknown flags when using NULL path | Eric Biggers | 2017-04-03 | 1 | -1/+5 | |
| | * | | | | | | | | | Documentation/filesystems: fix documentation for ->getattr() | Eric Biggers | 2017-04-03 | 3 | -4/+8 | |
| * | | | | | | | | | | alpha: fix stack smashing in old_adjtimex(2) | Al Viro | 2017-04-03 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-04-08 | 15 | -164/+281 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | blk-mq: Restart a single queue if tag sets are shared | Bart Van Assche | 2017-04-07 | 4 | -27/+55 | |
| * | | | | | | | | | | | dm rq: Avoid that request processing stalls sporadically | Bart Van Assche | 2017-04-07 | 1 | -0/+1 | |
| * | | | | | | | | | | | scsi: Avoid that SCSI queues get stuck | Bart Van Assche | 2017-04-07 | 1 | -3/+3 | |
| * | | | | | | | | | | | blk-mq: Introduce blk_mq_delay_run_hw_queue() | Bart Van Assche | 2017-04-07 | 2 | -2/+32 | |
| * | | | | | | | | | | | blk-mq: remap queues when adding/removing hardware queues | Omar Sandoval | 2017-04-07 | 1 | -4/+10 | |
| * | | | | | | | | | | | blk-mq-sched: fix crash in switch error path | Omar Sandoval | 2017-04-07 | 6 | -48/+67 | |
| * | | | | | | | | | | | blk-mq-sched: set up scheduler tags when bringing up new queues | Omar Sandoval | 2017-04-07 | 3 | -1/+35 | |
| * | | | | | | | | | | | blk-mq-sched: refactor scheduler initialization | Omar Sandoval | 2017-04-07 | 3 | -59/+57 | |
| * | | | | | | | | | | | blk-mq: use the right hctx when getting a driver tag fails | Omar Sandoval | 2017-04-07 | 3 | -17/+19 | |
| * | | | | | | | | | | | Merge branch 'nvme-4.11-rc' of git://git.infradead.org/nvme into for-linus | Jens Axboe | 2017-04-04 | 4 | -12/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | nvmet: fix byte swap in nvmet_parse_io_cmd | Christoph Hellwig | 2017-04-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | | nvmet: fix byte swap in nvmet_execute_write_zeroes | Christoph Hellwig | 2017-04-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | | nvmet: add missing byte swap in nvmet_get_smart_log | Christoph Hellwig | 2017-04-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | | nvme: add missing byte swap in nvme_setup_discard | Christoph Hellwig | 2017-04-02 | 1 | -1/+1 |