summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-03-30cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney1-0/+2
2016-03-29include/linux/poison.h: fix LIST_POISON{1,2} offsetVasily Kulikov1-2/+2
2016-03-24tracing: Fix check for cpu online when event is disabledSteven Rostedt (Red Hat)1-8/+9
2016-03-24efi: Make efivarfs entries immutable by defaultPeter Jones1-0/+2
2016-03-24efi: Make our variable validation list include the guidPeter Jones1-1/+2
2016-03-24lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones1-0/+4
2016-03-24mld, igmp: Fix reserved tailroom calculationBenjamin Poirier1-0/+24
2016-03-24libata: Align ata_device's id on a cachelineHarvey Hunt1-1/+1
2016-03-24libata: fix HDIO_GET_32BIT ioctlArnd Bergmann1-2/+2
2016-03-24net:Add sysctl_max_skb_fragsHans Westgaard Ry1-0/+1
2016-03-24net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu1-0/+1
2016-03-08nfs: fix nfs_size_to_loff_tChristoph Hellwig1-3/+1
2016-03-04tracing: Fix freak link error caused by branch tracerArnd Bergmann1-1/+1
2016-03-04tracepoints: Do not trace when cpu is offlineSteven Rostedt (Red Hat)1-0/+6
2016-02-25pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2-0/+5
2016-02-25pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-0/+4
2016-02-25radix-tree: fix oops after radix_tree_iter_retryKonstantin Khlebnikov1-3/+3
2016-02-25mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov1-14/+0
2016-02-25radix-tree: fix race in gang lookupMatthew Wilcox1-0/+16
2016-02-25cgroup: make sure a parent css isn't offlined before its childrenTejun Heo1-0/+6
2016-02-24crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu1-0/+8
2016-02-03arm64: fix building without CONFIG_UID16Arnd Bergmann2-2/+2
2016-02-03net/mlx4: Remove unused macroMoni Shoua1-4/+0
2016-02-03printk: help pr_debug and pr_devel to optimize out argumentsAaron Conole1-6/+6
2016-02-02mtd: nand: remove unused and buggy get_platform_nandchip() helper functionBoris BREZILLON1-9/+0
2016-02-02mtd: nand: fix ONFI parameter page layoutBoris BREZILLON1-2/+2
2016-02-02printk: do cond_resched() between lines while outputting to consolesTejun Heo1-0/+1
2016-01-28unix: properly account for FDs passed over unix socketswilly tarreau1-0/+1
2016-01-25Revert "[stable-only] net: add length argument to skb_copy_and_csum_datagram_...Luis Henriques1-1/+1
2016-01-25net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent1-0/+19
2016-01-25ftrace/module: Call clean up function when module init fails earlySteven Rostedt (Red Hat)1-0/+1
2016-01-25include/linux/mmdebug.h: should include linux/bug.hJames Morse1-0/+1
2016-01-25ses: fix additional element traversal bugJames Bottomley1-0/+4
2016-01-19USB: add quirk for devices with broken LPMAlan Stern1-0/+3
2016-01-05locking: Add WARN_ON_ONCE lock assertionPeter Hurley1-0/+5
2016-01-05block: Always check queue limits for cloned requestsHannes Reinecke1-1/+0
2015-12-18ipv6: add complete rcu protection around np->optEric Dumazet1-1/+1
2015-12-14kernel/signal.c: unexport sigsuspend()Richard Weinberger1-1/+0
2015-12-13ACPI: Use correct IRQ when uninstalling ACPI interrupt handlerChen Yu1-0/+6
2015-12-13ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong1-0/+1
2015-12-13lockd: create NSM handles per net namespaceAndrey Ryabinin1-3/+6
2015-11-16sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov3-11/+14
2015-11-16sched/preempt: Rename PREEMPT_CHECK_OFFSET to PREEMPT_DISABLE_OFFSETFrederic Weisbecker1-4/+4
2015-10-28[stable-only] net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca1-1/+1
2015-10-28skbuff: Fix skb checksum partial check.Pravin B Shelar1-1/+1
2015-10-28skbuff: Fix skb checksum flag on skb pullPravin B Shelar1-0/+3
2015-10-28drivers: usb: fsl: Workaround for USB erratum-A005275Nikhil Badola1-0/+1
2015-10-28drivers: usb :fsl: Implement Workaround for USB Erratum A007792Nikhil Badola1-0/+1
2015-10-19jbd2: avoid infinite loop when destroying aborted journalJan Kara1-1/+2
2015-09-30netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann1-2/+11