summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ACPI: Try harder to resolve _ADR collisions for bridgesRafael J. Wysocki2013-08-291-1/+5
* Fix TLB gather virtual address range invalidation corner casesLinus Torvalds2013-08-201-1/+1
* elevator: Fix a race in elevator switchingJianpeng Ma2013-08-201-1/+5
* x86 get_unmapped_area(): use proper mmap base for bottom-up directionRadu Caragea2013-08-201-0/+1
* microblaze: fix clone syscallMichal Simek2013-08-201-0/+5
* SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterTrond Myklebust2013-08-141-0/+1
* tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin2013-08-141-4/+6
* regmap: Add missing header for !CONFIG_REGMAP stubsMateusz Krawczuk2013-08-141-0/+1
* ndisc: Add missing inline to ndisc_addr_option_padJoe Perches2013-08-111-1/+1
* userns: limit the maximum depth of user_namespace->parent chainOleg Nesterov2013-08-111-0/+1
* Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki2013-08-111-6/+0
* iscsi-target: Fix iscsit_sequence_cmd reject handling for iserNicholas Bellinger2013-08-041-1/+2
* iscsi-target: Fix iscsit_add_reject* usage for iserNicholas Bellinger2013-08-041-2/+0
* firewire: fix libdc1394/FlyCap2 iso event regressionClemens Ladisch2013-08-042-2/+3
* iser-target: Fix session reset bug with RDMA_CM_EVENT_DISCONNECTEDNicholas Bellinger2013-08-041-0/+4
* EDAC: Fix lockdep splatBorislav Petkov2013-07-281-1/+6
* vlan: mask vlan prio bitsEric Dumazet2013-07-281-2/+1
* virtio: support unlocked queue pollMichael S. Tsirkin2013-07-281-0/+4
* ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-07-281-0/+1
* ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2013-07-281-0/+3
* net: Swap ver and type in pppoe_hdrChangli Gao2013-07-281-2/+2
* thermal: cpu_cooling: fix stub functionArnd Bergmann2013-07-251-2/+2
* iio: Fix iio_channel_has_infoAlexandre Belloni2013-07-251-2/+2
* nbd: correct disconnect behaviorPaul Clements2013-07-211-0/+1
* cgroup: fix RCU accesses to task->cgroupsTejun Heo2013-07-211-10/+48
* futex: Take hugepages into account when generating futex_keyZhang Yi2013-07-131-0/+16
* libceph: fix invalid unsigned->signed conversion for timespec encodingJosh Durgin2013-07-131-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-06-264-1/+4
|\
| * net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan2013-06-261-0/+1
| * gre: fix a possible skb leakEric Dumazet2013-06-251-0/+1
| * net: vlan: fix comment for vlan_ethhdr->h_vlan_protoOlaf Hering2013-06-191-1/+1
| * netlink: export netlink_diag.h headerstephen hemminger2013-06-191-0/+1
* | ACPI / dock / PCI: Synchronous handling of dock events for PCI devicesRafael J. Wysocki2013-06-241-2/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-06-222-2/+1
|\ \
| * | splice: don't pass the address of ->f_pos to methodsAl Viro2013-06-202-2/+1
| |/
* | Merge tag 'acpi-3.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2013-06-211-0/+1
|\ \
| * | ACPI / LPSS: Power up LPSS devices during enumerationRafael J. Wysocki2013-06-201-0/+1
| |/
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-06-201-1/+17
|\ \
| * | tracing/context-tracking: Add preempt_schedule_context() for tracingSteven Rostedt2013-06-191-1/+17
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-06-201-2/+1
|\ \ \
| * | | perf: Fix perf mmap bugsPeter Zijlstra2013-05-281-2/+1
| |/ /
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-06-203-38/+38
|\ \ \
| * | | kvm: Move guest entry/exit APIs to context_trackingFrederic Weisbecker2013-05-312-36/+36
| * | | vtime: Use consistent clocks among nohz accountingFrederic Weisbecker2013-05-311-2/+2
| |/ /
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-06-181-0/+2
|\ \ \ | |_|/ |/| |
| * | [media] v4l2-mem2mem: add v4l2_m2m_create_bufs helperPhilipp Zabel2013-06-031-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-06-151-3/+3
|\ \ \
| * | | ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet2013-06-131-3/+3
* | | | smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().David Daney2013-06-141-7/+12
* | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2013-06-131-2/+2
|\ \ \ \