summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi headerMasahiro Yamada2019-07-211-12/+12
* VMCI: Fix integer overflow in VMCI handle arraysVishnu DASA2019-07-211-1/+10
* ip6_tunnel: allow not to count pkts on tstats by passing dev as NULLXin Long2019-07-211-3/+6
* bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2019-07-103-1/+20
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-07-101-0/+3
* cgroup: Use css_tryget() instead of css_tryget_online() in task_get_css()Tejun Heo2019-06-221-2/+8
* Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman2019-06-221-3/+0
* pwm: Fix deadlock warning when removing PWM devicePhong Hoang2019-06-221-5/+0
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-171-0/+1
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-171-0/+1
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-172-0/+5
* ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern2019-06-111-0/+8
* fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-06-111-0/+2
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-06-111-0/+4
* drm/i915: Fix I915_EXEC_RING_MASKChris Wilson2019-06-111-1/+1
* x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina2019-06-111-0/+4
* rcu: locking and unlocking need to always be at least barriersLinus Torvalds2019-06-111-4/+2
* efi/libstub: Unify command line param parsingArd Biesheuvel2019-06-111-1/+1
* mm: make page ref count overflow check tighter and more explicitLinus Torvalds2019-06-111-1/+5
* fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-06-111-4/+6
* memcg: make it work on sparse non-0-node systemsJiri Slaby2019-06-111-0/+1
* include/linux/bitops.h: sanitize rotate primitivesRasmus Villemoes2019-06-111-8/+8
* tipc: Avoid copying bytes beyond the supplied dataChris Packham2019-06-111-3/+7
* HID: core: move Usage Page concatenation to Main itemNicolas Saenz Julienne2019-05-311-0/+1
* iio: ad_sigma_delta: Properly handle SPI bus locking vs CS assertionLars-Peter Clausen2019-05-311-0/+1
* smpboot: Place the __percpu annotation correctlySebastian Andrzej Siewior2019-05-311-1/+1
* hugetlb: use same fault hash key for shared and private mappingsMike Kravetz2019-05-311-3/+1
* bio: fix improper use of smp_mb__before_atomic()Andrea Parri2019-05-311-1/+1
* PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje2019-05-251-0/+2
* of: fix clang -Wunsequenced for be32_to_cpu()Phong Tran2019-05-251-2/+2
* writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo2019-05-211-0/+1
* mfd: max77620: Fix swapped FPS_PERIOD_MAX_US valuesDmitry Osipenko2019-05-211-2/+2
* mfd: da9063: Fix OTP control register names to match datasheets for DA9063/63LSteve Twiss2019-05-211-3/+3
* net: core: another layer of lists, around PF_MEMALLOC skb handlingSasha Levin2019-05-211-0/+30
* ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto2019-05-161-1/+1
* x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51TJian-Hong Pan2019-05-161-1/+6
* bpf: convert htab map to hlist_nullsAlexei Starovoitov2019-05-162-0/+19
* cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf2019-05-141-0/+24
* x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner2019-05-141-0/+2
* x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner2019-05-142-0/+10
* x86/speculation: Rework SMT state changeThomas Gleixner2019-05-141-0/+2
* sched: Add sched_smt_active()Ben Hutchings2019-05-141-0/+18
* x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina2019-05-141-2/+19
* locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a new...Will Deacon2019-05-142-21/+27
* bitops: avoid integer overflow in GENMASK(_ULL)Matthias Kaehlcke2019-05-141-2/+3
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-05-101-0/+3
* mm: add 'try_get_page()' helper functionLinus Torvalds2019-05-101-0/+9
* linux/kernel.h: Use parentheses around argument in u64_to_user_ptr()Jann Horn2019-05-101-2/+2
* USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern2019-05-081-2/+0
* caif: reduce stack size with KASANArnd Bergmann2019-05-081-0/+27