summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2016-03-04tracing: Fix freak link error caused by branch tracerArnd Bergmann
2016-03-04tracepoints: Do not trace when cpu is offlineSteven Rostedt (Red Hat)
2016-03-02pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski
2016-02-15net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent
2016-02-15unix: properly account for FDs passed over unix socketswilly tarreau
2016-02-15radix-tree: fix oops after radix_tree_iter_retryKonstantin Khlebnikov
2016-02-15mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov
2016-02-15radix-tree: fix race in gang lookupMatthew Wilcox
2016-02-09printk: do cond_resched() between lines while outputting to consolesTejun Heo
2016-02-09locks: update comments that refer to inode->i_flockJeff Layton
2016-02-09NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust
2016-02-09Thermal: do thermal zone update after a cooling device registeredChen Yu
2016-02-09Thermal: initialize thermal zone device correctlyZhang Rui
2016-01-22USB: add quirk for devices with broken LPMAlan Stern
2016-01-21ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong
2015-12-14ipv6: add complete rcu protection around np->optEric Dumazet
2015-12-02PCI: Add dev_flags bit to access VPD through function 0Mark Rustad
2015-12-02PCI: Add flag for devices that don't reset on D3hot->D0 transitionAlex Williamson
2015-11-13skbuff: Fix skb checksum partial check.Pravin B Shelar
2015-11-13skbuff: Fix skb checksum flag on skb pullPravin B Shelar
2015-11-13jbd2: avoid infinite loop when destroying aborted journalJan Kara
2015-10-27iio: Add inverse unit conversion macrosLars-Peter Clausen
2015-10-27overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells
2015-10-27VFS: Introduce inode-getting helpers for layered/unioned fs environmentsDavid Howells
2015-10-27security: fix typo in security_task_prctlJann Horn
2015-10-27if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov
2015-09-27rcu: Move lockless_dereference() out of rcupdate.hPeter Zijlstra
2015-08-27libata: add ATA_HORKAGE_NOTRIMArne Fitzenreiter
2015-08-27libata: Whitelist SSDs that are known to properly return zeroes after TRIMMartin K. Petersen
2015-08-27Revert "libata: add ATA_HORKAGE_NOTRIM"Sasha Levin
2015-08-27kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky
2015-08-27ACPI / init: Switch over platform to the ACPI mode laterRafael J. Wysocki
2015-08-27mtd: nand: Fix NAND_USE_BOUNCE_BUFFER flag conflictScott Wood
2015-08-04of: return NUMA_NO_NODE from fallback of_node_to_nid()Konstantin Khlebnikov
2015-08-04libata: add ATA_HORKAGE_NOTRIMArne Fitzenreiter
2015-07-12mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman
2015-07-05mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger
2015-07-03nfs: increase size of EXCHANGE_ID name string bufferJeff Layton
2015-07-03jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi
2015-07-03PCI: Propagate the "ignore hotplug" setting to parentRafael J. Wysocki
2015-07-01lib/rhashtable: fix race between rhashtable_lookup_compare and hashtable resizeKonstantin Khlebnikov
2015-06-28kernel: make READ_ONCE() valid on const argumentsLinus Torvalds
2015-06-28[media] Add and use IS_REACHABLE macroArnd Bergmann
2015-06-28jhash: Update jhash_[321]words functions to use correct initvalAlexander Duyck
2015-06-28Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki
2015-06-28ACPI: Add support for device specific propertiesMika Westerberg
2015-06-10sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner
2015-06-10libata: Ignore spurious PHY event on LPM policy changeGabriele Mazzotta
2015-06-10libata: Add helper to determine when PHY events should be ignoredGabriele Mazzotta
2015-06-09ktime: Fix ktime_divns to do signed divisionJohn Stultz