summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-06-10extcon: Remove the deprecated extcon functionsChanwoo Choi1-57/+23
2016-06-10Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle'Rafael J. Wysocki1-0/+3
2016-06-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-3/+2
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet1-0/+17
2016-06-09drivers: of: add definition of early_init_dt_alloc_reserved_memory_archBen Dooks1-0/+7
2016-06-09mtd: nand: add ESMT manufacturerRafał Miłecki1-0/+1
2016-06-09Merge tag 'iio-for-4.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2-3/+71
2016-06-09block: bio: remove BIO_MAX_SECTORSMing Lei1-1/+0
2016-06-09block: mark 1st parameter of bvec_iter_advance as constMing Lei1-1/+2
2016-06-09block: move two bvec structure into bvec.hMing Lei3-23/+23
2016-06-09block: move bvec iterator into include/linux/bvec.hMing Lei2-50/+75
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig2-22/+6
2016-06-09block: better packing for struct requestChristoph Hellwig1-3/+2
2016-06-09regulator: Remove regulator_can_change_voltage()Mark Brown1-6/+0
2016-06-09Merge tag 'omapdrm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tomb...Dave Airlie1-0/+37
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie2-6/+80
2016-06-09Backmerge tag 'v4.7-rc2' into drm-nextDave Airlie12-24/+121
2016-06-09cpufreq: Return index from cpufreq_frequency_table_target()Viresh Kumar1-2/+1
2016-06-09cpufreq: Drop freq-table param to cpufreq_frequency_table_target()Viresh Kumar1-1/+0
2016-06-09cpufreq: Remove cpufreq_frequency_get_table()Viresh Kumar1-2/+0
2016-06-08x86, asm: use bool for bitops and other assembly outputsH. Peter Anvin1-6/+6
2016-06-08net: sched: fix missing doc annotationsEric Dumazet1-1/+2
2016-06-08qed: Add dcbnl support.Sudarsana Reddy Kalluru1-0/+62
2016-06-08qed: Add support for query/config dcbx.Sudarsana Reddy Kalluru1-0/+90
2016-06-08drivers: of: Fix of_pci.h header guardRobin Murphy1-1/+1
2016-06-08locking/rwsem: Convert sem->count to 'atomic_long_t'Jason Low1-3/+5
2016-06-08Merge branch 'sched/urgent' into sched/core, to pick up dependencyIngo Molnar10-22/+56
2016-06-08locking/barriers: Validate lockless_dereference() is used on a pointer typePeter Zijlstra1-0/+4
2016-06-08leds: core: Fix brightness setting upon hardware blinking enabledTony Makkiel1-11/+12
2016-06-08spi: Add DMA support for spi_flash_read()Vignesh R1-0/+4
2016-06-08Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar306-2158/+6534
2016-06-08Merge tag 'iio-fixes-for-4.7a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-1/+8
2016-06-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2016-06-08coredump: fix dumping through pipesMateusz Guzik1-0/+1
2016-06-08net_sched: transform qdisc running bit into a seqcountEric Dumazet1-0/+1
2016-06-08Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2-6/+6
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie2-1/+5
2016-06-07block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie4-61/+45
2016-06-07block, drivers, fs: shrink bi_rw from long to intMike Christie1-1/+1
2016-06-07block: move bio io prio to a new fieldMike Christie2-15/+4
2016-06-07blktrace: use op accessorsMike Christie1-1/+1
2016-06-07block: convert is_sync helpers to use REQ_OPs.Mike Christie1-3/+3
2016-06-07block: convert merge/insert code to check for REQ_OPs.Mike Christie1-10/+10
2016-06-07blkg_rwstat: separate op from flagsMike Christie1-6/+7
2016-06-07block: prepare elevator to use REQ_OPs.Mike Christie1-2/+2
2016-06-07dm: use bio op accessorsMike Christie1-1/+2
2016-06-07direct-io: use bio set/get op accessorsMike Christie1-1/+1
2016-06-07block discard: use bio set op accessorMike Christie1-1/+2
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie1-5/+10