summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-01-17sched/fair: Remove redundant call to cpufreq_update_util()Vincent Guittot1-1/+0
2020-01-17stop_machine: Make stop_cpus() staticYangtao Li1-9/+0
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar89-406/+743
2019-12-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds7-8/+54
2019-12-21net: phy: ensure that phy IDs are correctly typedRussell King1-1/+1
2019-12-21mod_devicetable: fix PHY module formatRussell King1-2/+2
2019-12-20of: mdio: export of_mdiobus_child_is_phyAntoine Tenart1-0/+6
2019-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-4/+6
2019-12-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+12
2019-12-19Merge tag 'pm-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-11/+3
2019-12-19Merge branch 'pm-cpufreq'Rafael J. Wysocki2-11/+3
2019-12-19Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds1-0/+1
2019-12-18net: fix kernel-doc warning in <linux/netdevice.h>Randy Dunlap1-1/+1
2019-12-18mm/memory.c: add apply_to_existing_page_range() helperDaniel Axtens1-0/+3
2019-12-18kasan: fix crashes on access to memory mapped by vm_map_ram()Andrey Ryabinin1-6/+9
2019-12-17Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+5
2019-12-17bpf: Fix cgroup local storage prog trackingDaniel Borkmann1-4/+4
2019-12-17stop_machine: remove try_stop_cpus helperYangtao Li1-7/+0
2019-12-17security: keys: trusted: fix lost handle flushJames Bottomley1-0/+1
2019-12-17Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-0/+1
2019-12-16bpf: Fix missing prog untrack in release_mapsDaniel Borkmann1-0/+2
2019-12-16jbd2: fix kernel-doc notation warningRandy Dunlap1-1/+1
2019-12-15Merge branch 'remove-ksys-mount-dup' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-5/+4
2019-12-14tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet1-0/+37
2019-12-14Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+6
2019-12-14Merge tag 'pm-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-4/+10
2019-12-14Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+4
2019-12-14Merge tag 'sizeof_field-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-8/+8
2019-12-12fs: remove ksys_dup()Dominik Brodowski1-1/+0
2019-12-12init: unify opening /dev/console as stdin/stdout/stderrDominik Brodowski1-0/+2
2019-12-12cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2-11/+3
2019-12-12blk-cgroup: remove blkcg_drain_queueGuoqing Jiang1-2/+0
2019-12-12init: use do_mount() instead of ksys_mount()Dominik Brodowski1-2/+0
2019-12-12devtmpfs: use do_mount() instead of ksys_mount()Dominik Brodowski1-2/+2
2019-12-12bpf: Make BPF trampoline use register_ftrace_direct() APIAlexei Starovoitov1-0/+1
2019-12-11Merge tag 'trace-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-0/+5
2019-12-11i2c: add helper to check if a client has a driver attachedWolfram Sang1-0/+5
2019-12-11i2c: fix header file kernel-doc warningRandy Dunlap1-0/+1
2019-12-11i2c: remove i2c_new_dummy() APIWolfram Sang1-6/+0
2019-12-10ftrace: Fix function_graph tracer interaction with BPF trampolineAlexei Starovoitov1-0/+5
2019-12-10bus: ti-sysc: Fix missing force mstandby quirk handlingTony Lindgren1-0/+1
2019-12-09Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm...Linus Torvalds1-2/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya3-8/+8
2019-12-09PM / devfreq: Use PM QoS for sysfs min/max_freqLeonard Crestez1-4/+5
2019-12-09PM / devfreq: Add PM QoS supportLeonard Crestez1-0/+5
2019-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-4/+27
2019-12-08sched/rt, fs: Use CONFIG_PREEMPTIONThomas Gleixner2-5/+5
2019-12-08efi: Fix efi_loaded_image_t::unload typeArvind Sankar1-5/+5
2019-12-08Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds14-44/+0