summaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)Author
2016-05-11x86: LLVMLinux: Fix "incomplete type const struct x86cpu_device_id"Behan Webster
2016-05-11compiler-gcc: disable -ftracer for __noclone functionsPaolo Bonzini
2016-05-11compiler-gcc: integrate the various compiler-gcc[345].h filesJoe Perches
2016-05-04include/linux/poison.h: fix LIST_POISON{1,2} offsetVasily Kulikov
2016-04-12tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)
2016-04-12fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2016-04-12PCI: Disable IO/MEM decoding for devices with non-compliant BARsBjorn Helgaas
2016-03-16modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell
2016-03-16efi: Make efivarfs entries immutable by defaultPeter Jones
2016-03-16efi: Make our variable validation list include the guidPeter Jones
2016-03-16efi: Do variable name validation tests in utf8Peter Jones
2016-03-16lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones
2016-03-16tracing: Fix check for cpu online when event is disabledSteven Rostedt (Red Hat)
2016-03-09libata: Align ata_device's id on a cachelineHarvey Hunt
2016-03-09libata: fix HDIO_GET_32BIT ioctlArnd Bergmann
2016-03-03nfs: fix nfs_size_to_loff_tChristoph Hellwig
2016-03-03ses: fix additional element traversal bugJames Bottomley
2016-03-03lockd: create NSM handles per net namespaceAndrey Ryabinin
2016-03-03tracepoints: Do not trace when cpu is offlineSteven Rostedt (Red Hat)
2016-02-25radix-tree: fix oops after radix_tree_iter_retryKonstantin Khlebnikov
2016-02-25radix-tree: fix race in gang lookupMatthew Wilcox
2016-02-25tracing: Fix freak link error caused by branch tracerArnd Bergmann
2016-02-25ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-02-25pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski
2016-02-17kernel/signal.c: unexport sigsuspend()Richard Weinberger
2016-01-28arm64: fix building without CONFIG_UID16Arnd Bergmann
2016-01-28unix: properly account for FDs passed over unix socketswilly tarreau
2016-01-22USB: add quirk for devices with broken LPMAlan Stern
2016-01-22ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong
2015-10-27sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov
2015-10-27sched/preempt: Rename PREEMPT_CHECK_OFFSET to PREEMPT_DISABLE_OFFSETFrederic Weisbecker
2015-10-27skbuff: Fix skb checksum partial check.Pravin B Shelar
2015-10-27skbuff: Fix skb checksum flag on skb pullPravin B Shelar
2015-10-22jbd2: avoid infinite loop when destroying aborted journalJan Kara
2015-10-22security: fix typo in security_task_prctlJann Horn
2015-09-21iio: Add inverse unit conversion macrosLars-Peter Clausen
2015-08-16dentry_kill(): don't try to remove from shrink listAl Viro
2015-08-03nfs: increase size of EXCHANGE_ID name string bufferJeff Layton
2015-08-03of: return NUMA_NO_NODE from fallback of_node_to_nid()Konstantin Khlebnikov
2015-08-03libata: add ATA_HORKAGE_NOTRIMArne Fitzenreiter
2015-08-03jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi
2015-08-03ACPI / init: Switch over platform to the ACPI mode laterRafael J. Wysocki
2015-07-03bus: mvebu: pass the coherency availability information at init timeGreg Ungerer
2015-06-06libata: Ignore spurious PHY event on LPM policy changeGabriele Mazzotta
2015-06-06libata: Add helper to determine when PHY events should be ignoredGabriele Mazzotta
2015-05-17nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi
2015-05-06usb: define a generic USB_RESUME_TIMEOUT macroFelipe Balbi
2015-05-06net: fix crash in build_skb()Eric Dumazet
2015-04-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2015-04-29sched: declare pid_alive as inlineRichard Guy Briggs