aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2016-04-14Merge branch 'v4.1/topic/KASAN' into linux-linaro-lsk-v4.1Alex Shi
2016-04-13include/linux/compiler-gcc.h: improve __visible documentationAndrew Morton
2016-04-13include/linux/compiler-gcc.h: hide assume_aligned attribute from sparseRasmus Villemoes
2016-04-13compiler.h: add support for function attribute assume_alignedRasmus Villemoes
2016-04-13compiler, atomics, kasan: Provide READ_ONCE_NOCHECK()Andrey Ryabinin
2016-04-13compiler-gcc: integrate the various compiler-gcc[345].h filesJoe Perches
2016-04-11x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()Andrey Ryabinin
2016-04-11x86/kasan: Define KASAN_SHADOW_OFFSET per architectureAndrey Ryabinin
2016-04-07Merge remote-tracking branch 'v4.1/topic/ro-vDSO' into linux-linaro-lsk-v4.1Alex Shi
2016-04-07 Merge tag 'v4.1.21' into linux-linaro-lsk-v4.1Alex Shi
2016-04-01PM / OPP: Add dev_pm_opp_set_rate()Viresh Kumar
2016-04-01PM / OPP: Introduce dev_pm_opp_get_max_transition_latency()Viresh Kumar
2016-04-01PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()Viresh Kumar
2016-04-01PM / OPP: get/put regulators from OPP coreViresh Kumar
2016-04-01PM / OPP: Parse 'opp-<prop>-<name>' bindingsViresh Kumar
2016-04-01PM / OPP: Parse 'opp-supported-hw' bindingViresh Kumar
2016-04-01PM / OPP: Prefix exported opp routines with dev_pm_opp_Viresh Kumar
2016-04-01PM / OPP: Rename opp init/free table routinesViresh Kumar
2016-04-01debugfs: Add debugfs_create_ulong()Viresh Kumar
2016-04-01debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar
2016-04-01debugfs: Export bool read/write functionsRichard Fitzgerald
2016-04-01regulator: core: Define regulator_set_voltage_triplet()Viresh Kumar
2016-03-30Merge remote-tracking branch 'lts/linux-4.1.y' into v4.1/topic/OPPv2Alex Shi
2016-03-22tracing: Fix check for cpu online when event is disabledSteven Rostedt (Red Hat)
2016-03-22Merge branch 'v4.1/vdso' of https://git.linaro.org/people/david.brown/linux-l...Alex Shi
2016-03-18arch: Introduce post-init read-only memoryKees Cook
2016-03-18asm-generic: Consolidate mark_rodata_ro()Kees Cook
2016-03-18 Merge tag 'v4.1.20' into linux-linaro-lsk-v4.1lsk-v4.1-16.03Alex Shi
2016-03-14 Merge tag 'v4.1.19' into linux-linaro-lsk-v4.1Alex Shi
2016-03-09use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro
2016-03-09seqcount: Rename write_seqcount_barrier()Peter Zijlstra
2016-03-09libata: Align ata_device's id on a cachelineHarvey Hunt
2016-03-07libata: fix HDIO_GET_32BIT ioctlArnd Bergmann
2016-03-07nfs: fix nfs_size_to_loff_tChristoph Hellwig
2016-03-04net:Add sysctl_max_skb_fragsHans Westgaard Ry
2016-03-04net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu
2016-03-04tracing: Fix freak link error caused by branch tracerArnd Bergmann
2016-03-04tracepoints: Do not trace when cpu is offlineSteven Rostedt (Red Hat)
2016-03-01Merge remote-tracking branch 'origin/v4.1/topic/writeback-cg' into linux-lina...Alex Shi
2016-03-01Merge branch 'writeback-cg' into linux-4.1.yAlex Shi
2016-03-01block: remove BIO_EOPNOTSUPPChristoph Hellwig
2016-03-01writeback: don't embed root bdi_writeback_congested in bdi_writebackTejun Heo
2016-03-01bufferhead: Add _gfp version for sb_getblk()Nikolay Borisov
2016-03-01vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWBTejun Heo
2016-03-01writeback: disassociate inodes from dying bdi_writebacksTejun Heo
2016-03-01writeback: add lockdep annotation to inode_to_wb()Tejun Heo
2016-03-01writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo
2016-03-01writeback: implement foreign cgroup inode detectionTejun Heo
2016-03-01writeback: make writeback_control track the inode being written backTejun Heo
2016-03-01writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo