aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-08-10af_unix: improve STREAM behavior with fragmented memoryEric Dumazet
2013-08-10tcp: add server ip to encrypt cookie in fast openYuchung Cheng
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar
2013-08-10cpufreq: Store cpufreq policies in a listLukasz Majewski
2013-08-09PCI: Add pci_reset_bridge_secondary_bus()Alex Williamson
2013-08-09Merge tag 'pm+acpi-3.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-08-09Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-08-09drm/rcar-du: Rework output routing supportLaurent Pinchart
2013-08-09drm/rcar-du: Rename platform data fields to match what they describeLaurent Pinchart
2013-08-09Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl"David S. Miller
2013-08-09Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-08-09net: rename busy poll MIB counterEliezer Tamir
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann
2013-08-09net: sctp: convert sctp_checksum_disable module param into sctp sysctlDaniel Borkmann
2013-08-09net: igmp: Allow user-space configuration of igmp unsolicited report intervalWilliam Manley
2013-08-09net: igmp: Don't flush routing cache when force_igmp_version is modifiedWilliam Manley
2013-08-09spi: new controller driver for efm32 SoCsUwe Kleine-König
2013-08-09Merge tag 'v3.11-rc4' into spi-bitbangMark Brown
2013-08-09xen/balloon: set a mapping for ballooned out pagesStefano Stabellini
2013-08-09drivers/tpm: add xen tpmfront interfaceDaniel De Graaf
2013-08-09xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk
2013-08-09kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapiRaghavendra K T
2013-08-09jump_label: Split jumplabel ratelimitAndrew Jones
2013-08-09Merge branch 'nop-phy-rename' into nextFelipe Balbi
2013-08-09usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior
2013-08-09video: da8xx-fb: improve readability of codeDarren Etheridge
2013-08-09netfilter: nf_conntrack: don't send destroy events from iteratorFlorian Westphal
2013-08-09Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jeff...Jan Kara
2013-08-09jbd: use a single printk for jbd_debug()Paul Gortmaker
2013-08-08net: add SNMP counters tracking incoming ECN bitsEric Dumazet
2013-08-08cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo
2013-08-08cgroup: unexport cgroup_css()Tejun Heo
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo
2013-08-08cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state inste...Tejun Heo
2013-08-08cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo
2013-08-08cgroup: remove struct cgroup_scannerTejun Heo
2013-08-08cgroup: make cgroup_task_iter remember the cgroup being iteratedTejun Heo
2013-08-08cgroup: rename cgroup_iter to cgroup_task_iterTejun Heo
2013-08-08cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo
2013-08-08cgroup: always use cgroup_next_child() to walk the children listTejun Heo
2013-08-08cgroup: convert cgroup_next_sibling() to cgroup_next_child()Tejun Heo
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo
2013-08-08cgroup: add cgroup->dummy_cssTejun Heo
2013-08-08cgroup: add subsys backlink pointer to cftypeTejun Heo
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo
2013-08-08cgroup: add css_parent()Tejun Heo
2013-08-08cgroup: add subsystem pointer to cgroup_subsys_stateTejun Heo
2013-08-08netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_ne...Tejun Heo
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo