summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-05-10mm: add 'try_get_page()' helper functionLinus Torvalds1-0/+9
2019-05-10linux/kernel.h: Use parentheses around argument in u64_to_user_ptr()Jann Horn1-2/+2
2019-05-08USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern1-2/+0
2019-05-08kasan: add a prototype of task_struct to avoid warningMasami Hiramatsu1-0/+1
2019-04-27x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu1-0/+1
2019-04-20appletalk: Fix compile regressionArnd Bergmann1-4/+14
2019-04-20include/linux/swap.h: use offsetof() instead of custom __swapoffset macroPi-Hsun Shih1-2/+2
2019-04-20appletalk: Fix use-after-free in atalk_proc_exitYueHaibing1-1/+1
2019-04-17virtio: Honour 'may_reduce_num' in vring_create_virtqueueCornelia Huck1-1/+1
2019-04-17include/linux/bitrev.h: fix constant bitrevArnd Bergmann1-18/+18
2019-04-17net/mlx5e: Add a lock on tir listYuval Avnery1-0/+2
2019-04-17lib/string.c: implement a basic bcmpNick Desaulniers1-0/+3
2019-04-05genirq: Avoid summation loops for /proc/statThomas Gleixner1-0/+1
2019-04-05include/linux/relay.h: fix percpu annotation in struct rchanLuc Van Oostenryck1-1/+1
2019-04-05tracing: kdb: Fix ftdump to not sleepDouglas Anderson1-1/+1
2019-03-27libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov1-0/+2
2019-03-23dm: fix to_sector() for 32bitNeilBrown1-1/+1
2019-03-23device property: Fix the length used in PROPERTY_ENTRY_STRING()Heikki Krogerus1-1/+1
2019-03-23splice: don't merge into linked buffersJann Horn1-0/+1
2019-03-19of: Support const and non-const use for to_of_node()Sakari Ailus1-8/+12
2019-03-13cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar1-10/+2
2019-02-27sched/sysctl: Fix attributes of some extern declarationsMatthias Kaehlcke1-3/+3
2019-02-27clocksource: Use GENMASK_ULL in definition of CLOCKSOURCE_MASKMatthias Kaehlcke1-1/+1
2019-02-23net: Add header for usage of fls64()David S. Miller1-0/+1
2019-02-23net: Fix for_each_netdev_feature on Big endianHauke Mehrtens1-2/+21
2019-02-20perf/x86: Add check_period PMU callbackJiri Olsa1-0/+5
2019-02-20net: create skb_gso_validate_mac_len()Daniel Axtens1-0/+16
2019-02-15HID: debug: fix the ring buffer implementationVladis Dronov1-5/+4
2019-02-12oom, oom_reaper: do not enqueue same task twiceTetsuo Handa1-0/+1
2019-02-12drbd: Avoid Clang warning about pointless switch statmentNathan Chancellor1-1/+4
2019-02-06drivers: core: Remove glue dirs from sysfs earlierBenjamin Herrenschmidt1-0/+17
2019-02-06ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann1-0/+8
2019-01-31compiler.h: enable builtin overflow checkers and add fallback codeRasmus Villemoes4-0/+227
2019-01-31net: Fix usage of pskb_trim_rcsumRoss Lagerwall1-0/+1
2019-01-26writeback: don't decrement wb->refcnt if !wb->bdiAnders Roxell1-0/+8
2019-01-16sunrpc: use-after-free in svc_process_common()Vasily Averin1-1/+4
2019-01-09platform-msi: Free descriptors in platform_msi_domain_free()Miquel Raynal1-0/+2
2019-01-09ptr_ring: wrap back ->producer in __ptr_ring_swap_queue()Cong Wang1-0/+2
2018-12-21signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon1-0/+3
2018-12-13USB: check usb_get_extra_descriptor for proper sizeMathias Payer1-2/+2
2018-12-08bpf: Prevent memory disambiguation attackAlexei Starovoitov1-0/+1
2018-12-08libceph: implement CEPHX_V2 calculation modeIlya Dryomov1-1/+3
2018-12-08libceph: add authorizer challengeIlya Dryomov3-1/+12
2018-12-08libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov1-2/+1
2018-12-08libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov2-4/+3
2018-12-08reset: remove remaining WARN_ON() in <linux/reset.h>Masahiro Yamada1-6/+0
2018-12-08reset: make device_reset_optional() really optionalMasahiro Yamada1-15/+13
2018-12-08reset: add exported __reset_control_get, return NULL if optionalPhilipp Zabel1-8/+14
2018-12-08reset: fix optional reset_control_get stubs to return NULLPhilipp Zabel1-7/+2
2018-12-08reset: make optional functions really optionalRamiro Oliveira1-19/+26