summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-09-18cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo1-58/+0
2015-09-18cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled()Tejun Heo3-7/+2
2015-09-18cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_...Tejun Heo1-0/+21
2015-09-18jump_label: make static_key_enabled() work on static_key_true/false types tooTejun Heo1-7/+11
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-65/+59
2015-09-18ARM: at91: remove useless includes in platform_data/atmel.hAlexandre Belloni1-8/+0
2015-09-18Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar5-31/+22
2015-09-18Merge branch 'linus' into sched/core, to pick up fixes before applying new ch...Ingo Molnar4-31/+13
2015-09-18tcp: provide skb->hash to synack packetsEric Dumazet1-0/+1
2015-09-18netfilter: Pass net into okfnEric W. Biederman3-14/+16
2015-09-18netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-15/+12
2015-09-18bridge: Add br_netif_receive_skb remove netif_receive_skb_skEric W. Biederman1-5/+1
2015-09-18net: Remove dev_queue_xmit_skEric W. Biederman1-5/+1
2015-09-18netfilter: Pass net to nf_hook_threshEric W. Biederman1-4/+7
2015-09-18netfilter: Store net in nf_hook_stateEric W. Biederman2-2/+5
2015-09-18netfilter: Remove !CONFIG_NETFITLER definition of nf_hook_threshEric W. Biederman1-9/+0
2015-09-18SUNRPC: Ensure that we wait for connections to complete before retryingTrond Myklebust1-0/+3
2015-09-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-1/+4
2015-09-17Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-24/+5
2015-09-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+9
2015-09-17libceph: advertise support for keepalive2Ilya Dryomov1-0/+1
2015-09-17libceph: don't access invalid memory in keepalive2 pathIlya Dryomov1-1/+3
2015-09-17Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-6/+4
2015-09-17of/pci: Add of_pci_check_probe_only to parse "linux,pci-probe-only"Marc Zyngier1-0/+3
2015-09-17PCI/AER: Clear error status registers during enumeration and restoreTaku Izumi1-0/+5
2015-09-17ieee802154: 6lowpan: check on valid 802.15.4 frameAlexander Aring1-0/+25
2015-09-17spi: bitbang: Replace spinlock by mutexNicolas Boichat1-1/+1
2015-09-17regmap: irq: add ack_invert flag for chips using cleared bits as ackGuo Zeng1-0/+2
2015-09-17regmap: irq: add support for chips who have separate unmask registersGuo Zeng1-0/+3
2015-09-16spi: fix kernel-doc warnings in spi.hGeliang Tang1-1/+1
2015-09-16sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo3-22/+25
2015-09-16Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo3-25/+22
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner3-11/+11
2015-09-16genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu2-5/+5
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu1-6/+6
2015-09-16genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu2-5/+5
2015-09-16genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu1-3/+14
2015-09-16genirq: Provide IRQD_FORWARDED_TO_VCPU status flagThomas Gleixner1-0/+16
2015-09-16genirq: Simplify irq_data_to_desc()Thomas Gleixner1-5/+1
2015-09-16genirq: Remove __irq_set_handler_locked()Thomas Gleixner1-10/+0
2015-09-16PM / sleep: Report interrupt that caused system wakeupAlexandra Yates1-0/+3
2015-09-16genirq: Remove __irq_set_chip_handler_name_locked()Thomas Gleixner1-13/+0
2015-09-16cdc: add header guardsStephen Rothwell1-0/+4
2015-09-16cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()Rafael J. Wysocki1-0/+5
2015-09-15cdc: Fix build warning.David S. Miller1-1/+1
2015-09-15CDC: common parser for extra headersOliver Neukum1-0/+47
2015-09-15genirq: Update the comment for generic_handle_irq_descHuang Shijie1-3/+1
2015-09-15genirq: Remove stale commentThomas Gleixner1-4/+0
2015-09-15locking/static_keys: Fix up the static keys documentationJonathan Corbet1-6/+4
2015-09-15PM / OPP: Prefix exported opp routines with dev_pm_opp_Viresh Kumar1-12/+12