| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-06-10 | extcon: Remove the deprecated extcon functions | Chanwoo Choi | 1 | -57/+23 |
| 2016-06-10 | Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle' | Rafael J. Wysocki | 1 | -0/+3 |
| 2016-06-10 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -3/+2 |
| 2016-06-09 | net: add netdev_lockdep_set_classes() helper | Eric Dumazet | 1 | -0/+17 |
| 2016-06-09 | drivers: of: add definition of early_init_dt_alloc_reserved_memory_arch | Ben Dooks | 1 | -0/+7 |
| 2016-06-09 | mtd: nand: add ESMT manufacturer | Rafał Miłecki | 1 | -0/+1 |
| 2016-06-09 | Merge tag 'iio-for-4.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic... | Greg Kroah-Hartman | 2 | -3/+71 |
| 2016-06-09 | block: bio: remove BIO_MAX_SECTORS | Ming Lei | 1 | -1/+0 |
| 2016-06-09 | block: mark 1st parameter of bvec_iter_advance as const | Ming Lei | 1 | -1/+2 |
| 2016-06-09 | block: move two bvec structure into bvec.h | Ming Lei | 3 | -23/+23 |
| 2016-06-09 | block: move bvec iterator into include/linux/bvec.h | Ming Lei | 2 | -50/+75 |
| 2016-06-09 | block: add a separate operation type for secure erase | Christoph Hellwig | 2 | -22/+6 |
| 2016-06-09 | block: better packing for struct request | Christoph Hellwig | 1 | -3/+2 |
| 2016-06-09 | regulator: Remove regulator_can_change_voltage() | Mark Brown | 1 | -6/+0 |
| 2016-06-09 | Merge tag 'omapdrm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tomb... | Dave Airlie | 1 | -0/+37 |
| 2016-06-09 | Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 2 | -6/+80 |
| 2016-06-09 | Backmerge tag 'v4.7-rc2' into drm-next | Dave Airlie | 12 | -24/+121 |
| 2016-06-09 | cpufreq: Return index from cpufreq_frequency_table_target() | Viresh Kumar | 1 | -2/+1 |
| 2016-06-09 | cpufreq: Drop freq-table param to cpufreq_frequency_table_target() | Viresh Kumar | 1 | -1/+0 |
| 2016-06-09 | cpufreq: Remove cpufreq_frequency_get_table() | Viresh Kumar | 1 | -2/+0 |
| 2016-06-08 | x86, asm: use bool for bitops and other assembly outputs | H. Peter Anvin | 1 | -6/+6 |
| 2016-06-08 | net: sched: fix missing doc annotations | Eric Dumazet | 1 | -1/+2 |
| 2016-06-08 | qed: Add dcbnl support. | Sudarsana Reddy Kalluru | 1 | -0/+62 |
| 2016-06-08 | qed: Add support for query/config dcbx. | Sudarsana Reddy Kalluru | 1 | -0/+90 |
| 2016-06-08 | drivers: of: Fix of_pci.h header guard | Robin Murphy | 1 | -1/+1 |
| 2016-06-08 | locking/rwsem: Convert sem->count to 'atomic_long_t' | Jason Low | 1 | -3/+5 |
| 2016-06-08 | Merge branch 'sched/urgent' into sched/core, to pick up dependency | Ingo Molnar | 10 | -22/+56 |
| 2016-06-08 | locking/barriers: Validate lockless_dereference() is used on a pointer type | Peter Zijlstra | 1 | -0/+4 |
| 2016-06-08 | leds: core: Fix brightness setting upon hardware blinking enabled | Tony Makkiel | 1 | -11/+12 |
| 2016-06-08 | spi: Add DMA support for spi_flash_read() | Vignesh R | 1 | -0/+4 |
| 2016-06-08 | Merge branch 'linus' into perf/core, to refresh the branch | Ingo Molnar | 306 | -2158/+6534 |
| 2016-06-08 | Merge tag 'iio-fixes-for-4.7a' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 1 | -1/+8 |
| 2016-06-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+1 |
| 2016-06-08 | coredump: fix dumping through pipes | Mateusz Guzik | 1 | -0/+1 |
| 2016-06-08 | net_sched: transform qdisc running bit into a seqcount | Eric Dumazet | 1 | -0/+1 |
| 2016-06-08 | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2016-06-07 | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie | 2 | -6/+6 |
| 2016-06-07 | block, drivers: add REQ_OP_FLUSH operation | Mike Christie | 2 | -1/+5 |
| 2016-06-07 | block, fs, drivers: remove REQ_OP compat defs and related code | Mike Christie | 4 | -61/+45 |
| 2016-06-07 | block, drivers, fs: shrink bi_rw from long to int | Mike Christie | 1 | -1/+1 |
| 2016-06-07 | block: move bio io prio to a new field | Mike Christie | 2 | -15/+4 |
| 2016-06-07 | blktrace: use op accessors | Mike Christie | 1 | -1/+1 |
| 2016-06-07 | block: convert is_sync helpers to use REQ_OPs. | Mike Christie | 1 | -3/+3 |
| 2016-06-07 | block: convert merge/insert code to check for REQ_OPs. | Mike Christie | 1 | -10/+10 |
| 2016-06-07 | blkg_rwstat: separate op from flags | Mike Christie | 1 | -6/+7 |
| 2016-06-07 | block: prepare elevator to use REQ_OPs. | Mike Christie | 1 | -2/+2 |
| 2016-06-07 | dm: use bio op accessors | Mike Christie | 1 | -1/+2 |
| 2016-06-07 | direct-io: use bio set/get op accessors | Mike Christie | 1 | -1/+1 |
| 2016-06-07 | block discard: use bio set op accessor | Mike Christie | 1 | -1/+2 |
| 2016-06-07 | block, fs, mm, drivers: use bio set/get op accessors | Mike Christie | 1 | -5/+10 |