summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: netfilter: LLVMLinux: vlais-netfilterMark Charlebois2014-06-071-5/+17
* crypto: LLVMLinux: aligned-attribute.patchMark Charlebois2014-06-071-1/+2
* mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi2014-06-062-2/+6
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-064-12/+20
|\
| * sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lockRoman Gushchin2014-06-053-7/+6
| * sched/dl: Fix race in dl_task_timer()Kirill Tkhai2014-06-051-1/+9
| * sched: Fix sched_policy < 0 comparisonRichard Weinberger2014-06-051-1/+1
| * sched/numa: Fix use of spin_{un}lock_irq() when interrupts are disabledSteven Rostedt2014-06-051-3/+4
* | mm: rmap: fix use-after-free in __put_anon_vmaAndrey Ryabinin2014-06-061-2/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-06-052-4/+7
|\ \
| * \ Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2014-06-052-4/+7
| |\ \
| | * | perf probe: Fix perf probe to find correct variable DIEMasami Hiramatsu2014-06-041-2/+5
| | * | perf probe: Fix a segfault if asked for variable it doesn't findMasami Hiramatsu2014-06-041-2/+2
* | | | Merge branch 'futex-fixes' (futex fixes from Thomas Gleixner)Linus Torvalds2014-06-051-53/+160
|\ \ \ \
| * | | | futex: Make lookup_pi_state more robustThomas Gleixner2014-06-051-28/+106
| * | | | futex: Always cleanup owner tid in unlock_piThomas Gleixner2014-06-051-22/+18
| * | | | futex: Validate atomic acquisition in futex_lock_pi_atomic()Thomas Gleixner2014-06-051-3/+11
| * | | | futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in...Thomas Gleixner2014-06-051-0/+25
| |/ / /
* | | | Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-041-3/+3
|\ \ \ \
| * | | | percpu-refcount: fix usage of this_cpu_opsSebastian Ott2014-06-041-3/+3
* | | | | Merge tag 'pm-3.15-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2014-06-041-21/+31
|\ \ \ \ \
| * | | | | intel_pstate: Improve initial busy calculationDoug Smythies2014-06-021-5/+8
| * | | | | intel_pstate: add sample time scalingDirk Brandewie2014-06-021-1/+17
| * | | | | intel_pstate: Correct rounding in busy calculationDirk Brandewie2014-06-021-5/+7
| * | | | | intel_pstate: Remove C0 trackingDirk Brandewie2014-06-021-12/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-06-046-12/+31
|\ \ \ \ \
| * \ \ \ \ Merge branch 'drm-fixes-3.15' of git://people.freedesktop.org/~deathsimple/li...Dave Airlie2014-06-042-5/+10
| |\ \ \ \ \
| | * | | | | drm/radeon: use the CP DMA on CIKChristian König2014-06-021-2/+2
| | * | | | | drm/radeon: sync page table updatesChristian König2014-06-021-2/+7
| | * | | | | drm/radeon: fix vm buffer size estimationChristian König2014-06-021-1/+1
| |/ / / / /
| * | | | | drm/crtc-helper: skip locking checks in panicking pathSergei Antonov2014-06-021-2/+15
| * | | | | drm/radeon/dpm: resume fixes for some systemsAlex Deucher2014-06-023-5/+6
* | | | | | Merge tag 'sound-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2014-06-032-6/+5
|\ \ \ \ \ \
| * | | | | | ALSA: hda/realtek - Fix COEF widget NID for ALC260 replacer fixupTakashi Iwai2014-06-021-2/+2
| * | | | | | ALSA: hda/realtek - Correction of fixup codes for PB V7900 laptopRonan Marquet2014-06-021-4/+2
| * | | | | | ALSA: hda/analog - Fix silent output on ASUS A8JNTakashi Iwai2014-05-301-0/+1
* | | | | | | kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan2014-06-034-12/+20
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-0231-87/+279
|\ \ \ \ \ \ \
| * | | | | | | net: filter: fix possible memory leak in __sk_prepare_filter()Leon Yu2014-06-021-1/+6
| * | | | | | | net: ec_bhf: Add runtime dependenciesJean Delvare2014-06-021-0/+1
| * | | | | | | tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng2014-06-021-6/+5
| * | | | | | | netlink: Only check file credentials for implicit destinationsEric W. Biederman2014-06-022-4/+10
| * | | | | | | ipheth: Add support for iPad 2 and iPad 3Kristian Evensen2014-06-021-0/+10
| * | | | | | | team: fix mtu settingJiri Pirko2014-06-022-1/+7
| * | | | | | | net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet2014-06-022-16/+4
| * | | | | | | net: qmi_wwan: interface #11 in Sierra Wireless MC73xx is not QMIAleksander Morgado2014-06-021-1/+0
| * | | | | | | net: qmi_wwan: add additional Sierra Wireless QMI devicesAleksander Morgado2014-06-021-0/+4
| * | | | | | | bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita2014-06-023-2/+37
| * | | | | | | netlink: rate-limit leftover bytes warning and print process nameMichal Schmidt2014-06-021-2/+2
| * | | | | | | bridge: notify user space after fdb updateJon Maxwell2014-06-011-1/+7
OpenPOWER on IntegriCloud