summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-09-22genirq: Handle force threading of irqs with primary and thread handlerThomas Gleixner1-0/+2
2015-09-22EDAC: Carve out debugfs functionalityBorislav Petkov1-2/+0
2015-09-22ieee802154: add helpers for frame control checksAlexander Aring1-0/+12
2015-09-22ieee802154: change needed headroom/tailroomAlexander Aring1-0/+11
2015-09-22vga_switcheroo: Document _ALL_ the things!Lukas Wunner1-3/+82
2015-09-22mfd: arizona: Add TST_CAP bits for headphone detectionCharles Keepax1-0/+8
2015-09-22mfd: arizona: Add register bits for general purpose switchCharles Keepax1-0/+3
2015-09-22mfd: arizona: Add registers for ADC microphone detectionCharles Keepax2-3/+6
2015-09-22Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-25/+22
2015-09-22Merge tag 'linux-can-next-for-4.4-20150921' of git://git.kernel.org/pub/scm/l...David S. Miller2-1/+3
2015-09-22mtd: spi-nor: remove unused read_xfer/write_xfer hooksCyrille Pitchen1-35/+0
2015-09-22tcp: usec resolution SYN/ACK RTTYuchung Cheng1-1/+1
2015-09-22Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-0/+25
2015-09-22mtd: nand: add nand_check_erased helper functionsBoris BREZILLON1-0/+5
2015-09-21memcg: generate file modified notifications on "memory.events"Tejun Heo1-0/+4
2015-09-21can: headers: make header files self containedMarc Kleine-Budde2-1/+3
2015-09-21ti-st: use worker instead of calling st_int_write in wake upMuhammad Hamza Farooq1-0/+1
2015-09-21rcu: Use single-stage IPI algorithm for RCU expedited grace periodPaul E. McKenney1-4/+6
2015-09-21rcu: Change _wait_rcu_gp() to work around GCC bug 67055Oleg Nesterov1-6/+5
2015-09-21spmi: Auto-populate driver.owner in spmi_driver_register()Stephen Boyd1-1/+3
2015-09-21mei: bus: use mei_cldev_ prefix for the API functionsTomas Winkler1-16/+17
2015-09-21mei: bus: complete variable rename of type struct mei_cl_deviceTomas Winkler1-15/+14
2015-09-21mei: bus: export mei_cldev_enabled functionTomas Winkler1-0/+1
2015-09-21mei: bus: export uuid and protocol version to mei_cl bus driversTomas Winkler1-0/+3
2015-09-21mei: bus: add client protocol version to the device aliasTomas Winkler1-0/+3
2015-09-21mei: make modules.alias UUID information easier to readPrarit Bhargava1-4/+0
2015-09-21security: fix typo in security_task_prctlJann Horn1-1/+1
2015-09-20ARM: pxa: Remove unused clock_enable field from struct pxa2xx_spi_masterJarkko Nikula1-1/+0
2015-09-20Merge tag 'pm+acpi-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+28
2015-09-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+50
2015-09-19spi: add transfer histogram statistics via sysfsMartin Sperl1-0/+4
2015-09-19cgroup: generalize obtaining the handles of and notifying cgroup filesTejun Heo2-2/+37
2015-09-19cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo1-5/+1
2015-09-19cgroup: replace "cgroup.populated" with "cgroup.events"Tejun Heo1-1/+1
2015-09-19Merge branches 'pm-cpufreq' and 'pm-devfreq'Rafael J. Wysocki2-1/+28
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman1-1/+1
2015-09-18netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman1-1/+2
2015-09-18inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman3-3/+0
2015-09-18netfilter: ebtables: Simplify the arguments to ebt_do_tableEric W. Biederman1-3/+3
2015-09-18PCI: Add msi_controller setup_irqs() method for special multivector setupLucas Stach1-0/+2
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