summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-22timer: Remove init_timer() interfaceKees Cook2-10/+3
2017-11-22treewide: setup_timer() -> timer_setup() (2 field)Kees Cook15-65/+65
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook227-937/+824
2017-11-22treewide: init_timer() -> setup_timer()Kees Cook31-113/+55
2017-11-22treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook39-82/+82
2017-11-22s390: cmm: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-11-22lightnvm: Convert timers to use timer_setup()Kees Cook6-13/+13
2017-11-22drivers/net: cris: Convert timers to use timer_setup()Kees Cook1-19/+17
2017-11-22drm/vc4: Convert timers to use timer_setup()Kees Cook2-12/+7
2017-11-22block/laptop_mode: Convert timers to use timer_setup()Kees Cook3-9/+10
2017-11-22net/atm/mpc: Avoid open-coded assignment of timer callback functionKees Cook1-2/+1
2017-11-22drm/i915/selftests: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-11-22usb: usbatm: Convert timers to use timer_setup()Kees Cook3-20/+29
2017-11-22drivers/firmware: psci: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-11-22ARC: perf: avoid vmalloc backed mmapVineet Gupta1-1/+1
2017-11-22ARCv2: perf: optimize given that num counters <= 32Vineet Gupta1-9/+7
2017-11-22ARCv2: perf: tweak overflow interruptVineet Gupta1-10/+14
2017-11-21bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifierYonghong Song1-23/+16
2017-11-21platform/x86: dell-laptop: fix error return code in dell_init()weiyongjun (A)1-1/+3
2017-11-21ALSA: usb-audio: Add sanity checks in v2 clock parsersTakashi Iwai1-3/+6
2017-11-21ALSA: usb-audio: Fix potential zero-division at parsing FUTakashi Iwai1-2/+2
2017-11-21ALSA: usb-audio: Fix potential out-of-bound access at parsing SUTakashi Iwai1-1/+2
2017-11-21ALSA: usb-audio: Add sanity checks to FE parserTakashi Iwai1-0/+12
2017-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds32-176/+220
2017-11-21drm/amdgpu: fix rmmod KCQ disable failed errorWang Hongcheng3-5/+3
2017-11-21drm/amdgpu: fix kernel hang when starting VNC serverXiangliang.Yu1-4/+1
2017-11-21Merge tag 'for-linus-4.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-154/+72
2017-11-21Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds11-150/+237
2017-11-21ALSA: timer: Remove kernel warning at compat ioctl error pathsTakashi Iwai1-6/+6
2017-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds3-6/+4
2017-11-21ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAEPhilip Derrin1-2/+2
2017-11-21ARM: 8721/1: mm: dump: check hardware RO bit for LPAEPhilip Derrin1-2/+2
2017-11-21ARM: make decompressor debug output user selectableRussell King1-2/+2
2017-11-21ARM: fix get_user_pages_fastRussell King1-0/+12
2017-11-21ALSA: pcm: update tstamp only if audio_tstamp changedHenrik Eriksson1-2/+4
2017-11-21Merge tag 'mac80211-for-davem-2017-11-20' of git://git.kernel.org/pub/scm/lin...David S. Miller17-137/+155
2017-11-21nfp: flower: add missing kdocJakub Kicinski1-0/+1
2017-11-21tipc: fix access of released memoryJon Maloy1-1/+1
2017-11-21net: qmi_wwan: add Quectel BG96 2c7c:0296Sebastian Sjoholm1-0/+1
2017-11-21mlxsw: spectrum: Do not try to create non-existing ports during unsplitIdo Schimmel2-2/+8
2017-11-21apparmor: fix possible recursive lock warning in __aa_create_nsJohn Johansen5-21/+21
2017-11-21apparmor: fix locking when creating a new complain profile.John Johansen1-3/+15
2017-11-21apparmor: fix profile attachment for special unconfined profilesJohn Johansen1-1/+3
2017-11-21apparmor: ensure that undecidable profile attachments failJohn Johansen1-14/+32
2017-11-21apparmor: fix leak of null profile name if profile allocation failsJohn Johansen1-1/+2
2017-11-21apparmor: remove unused redundant variable stopColin Ian King1-3/+0
2017-11-21apparmor: Fix bool initialization/comparisonThomas Meyer1-4/+4
2017-11-21apparmor: initialized returned struct aa_permsArnd Bergmann3-22/+12
2017-11-21powerpc/vas: Export chip_to_vas_id()Sukadev Bhattiprolu1-0/+1
2017-11-21Merge ath-current from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/at...Kalle Valo2-14/+39