summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | uprobes: Change unregister/apply to WARN() if uprobe/consumer is goneOleg Nesterov2014-06-301-3/+3
| * | | | | tracing/uprobes: Revert "Support mix of ftrace and perf"Oleg Nesterov2014-06-301-1/+8
* | | | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2014-07-031-0/+3
|\ \ \ \ \ \
| * | | | | | kbuild: Print the name of the build directoryMichal Marek2014-07-031-0/+3
* | | | | | | Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-07-032-11/+13
|\ \ \ \ \ \ \
| * | | | | | | nfs: fix nfs4d readlink truncated packetAvi Kivity2014-07-021-1/+1
| * | | | | | | nfsd: fix rare symlink decoding bugJ. Bruce Fields2014-06-272-10/+12
| | |_|_|/ / / | |/| | | | |
* | | | | | | ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo2014-07-032-0/+19
* | | | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-07-0314-86/+89
|\ \ \ \ \ \ \
| * | | | | | | shmem: fix init_page_accessed use to stop !PageLRU bugHugh Dickins2014-07-031-5/+10
| * | | | | | | kernel/printk/printk.c: revert "printk: enable interrupts before calling cons...Andrew Morton2014-07-031-26/+18
| * | | | | | | tools/testing/selftests/ipc/msgque.c: improve error handling when not running...Shuah Khan2014-07-031-0/+5
| * | | | | | | fs/seq_file: fallback to vmalloc allocationHeiko Carstens2014-07-031-9/+21
| * | | | | | | /proc/stat: convert to single_open_size()Heiko Carstens2014-07-031-20/+2
| * | | | | | | hwpoison: fix the handling path of the victimized page frame that belong to n...Chen Yucong2014-07-031-4/+5
| * | | | | | | mm:vmscan: update the trace-vmscan-postprocess.pl for event vmscan/mm_vmscan_...Chen Yucong2014-07-031-12/+2
| * | | | | | | msync: fix incorrect fstart calculationNamjae Jeon2014-07-031-1/+2
| * | | | | | | zram: revalidate disk after capacity changeMinchan Kim2014-07-031-1/+4
| * | | | | | | tools: memory-hotplug fix unexpected operator errorShuah Khan2014-07-031-1/+1
| * | | | | | | tools: cpu-hotplug fix unexpected operator errorShuah Khan2014-07-031-1/+1
| * | | | | | | autofs4: fix false positive compile errorIan Kent2014-07-031-1/+1
| * | | | | | | slub: fix off by one in number of slab testsJoonsoo Kim2014-07-031-3/+3
| * | | | | | | mm: page_alloc: fix CMA area initialisation when pageblock > MAX_ORDERMichal Nazarewicz2014-07-031-2/+14
* | | | | | | | Merge branch 'drm-fixes-3.16' of git://people.freedesktop.org/~agd5f/linuxDave Airlie2014-07-0314-26/+70
|\ \ \ \ \ \ \ \
| * | | | | | | | drm/radeon: page table BOs are kernel allocationsChristian König2014-07-021-2/+2
| * | | | | | | | drm/radeon/cik: fix typo in EOP packetAlex Deucher2014-07-021-1/+1
| * | | | | | | | drm/radeon: Track the status of a page flip more explicitlyMichel Dänzer2014-07-012-5/+21
| * | | | | | | | drm/radeon/dpm: fix vddci setup typo on caymanAlex Deucher2014-07-011-1/+1
| * | | | | | | | drm/radeon/dpm: fix typo in vddci setup for eg/btcAlex Deucher2014-07-011-1/+1
| * | | | | | | | drm/radeon: use RADEON_MAX_CRTCS, RADEON_MAX_AFMT_BLOCKS (v2)Stefan Brüns2014-07-012-6/+6
| * | | | | | | | drm/radeon: Use only one line for whole DPCD debug outputStefan Brüns2014-07-011-5/+7
| * | | | | | | | drm/radeon: add a module parameter to control deep color supportAlex Deucher2014-07-013-0/+8
| * | | | | | | | drm/radeon: enable bapm by default on desktop TN/RL boardsAlex Deucher2014-07-011-1/+9
| * | | | | | | | drm/radeon: enable bapm by default on KV/KBAlex Deucher2014-07-011-1/+1
| * | | | | | | | drm/radeon: only apply bapm changes for AC power on ARUBAAlex Deucher2014-07-011-2/+4
| * | | | | | | | drm/radeon: adjust default dispclk on DCE6 (v2)Alex Deucher2014-07-011-1/+9
* | | | | | | | | drm: fix permissions on drm_drv.cDave Airlie2014-07-031-0/+0
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge tag 'fbdev-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-07-014-6/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | fb: adv7393: add missing semicolonScott Jiang2014-07-011-1/+1
| * | | | | | | | video: omapdss: Fix potential null pointer dereferenceSachin Kamat2014-06-261-3/+5
| * | | | | | | | video: vt8500lcdfb: Remove kfree call since devm_kzalloc() is usedEmil Goode2014-06-261-2/+0
| * | | | | | | | drivers:video:fbdev atmel_lcdfb.c power GPIO registration bugMichael Welling2014-06-231-0/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-07-016-17/+18
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge commit '33b458d276bb' into kvm-masterPaolo Bonzini2014-06-301-0/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | KVM: SVM: Fix CPL export via SS.DPLJan Kiszka2014-06-301-0/+1
| * | | | | | | | | Merge tag 'kvms390-20140626' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2014-06-272-14/+13
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | KVM: s390: add sie.h uapi header file to Kbuild and remove header dependencyHeiko Carstens2014-06-262-14/+13
| * | | | | | | | | | MIPS: KVM: Fix memory leak on VCPUDeng-Cheng Zhu2014-06-251-0/+1
| * | | | | | | | | | KVM: x86: preserve the high 32-bits of the PAT registerPaolo Bonzini2014-06-191-1/+1
| * | | | | | | | | | kvm: fix wrong address when writing Hyper-V tsc pageXiaoming Gao2014-06-191-1/+1
OpenPOWER on IntegriCloud