summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.8.10v3.8.10Greg Kroah-Hartman2013-04-261-1/+1
* Add file_ns_capable() helper function for open-time capability checkingLinus Torvalds2013-04-262-0/+26
* Linux 3.8.9v3.8.9Greg Kroah-Hartman2013-04-251-1/+1
* Revert "MIPS: page.h: Provide more readable definition for PAGE_MASK."Ralf Baechle2013-04-251-1/+1
* s390: move dummy io_remap_pfn_range() to asm/pgtable.hLinus Torvalds2013-04-252-4/+4
* Btrfs: make sure nbytes are right after log replayJosef Bacik2013-04-251-6/+42
* vm: convert mtdchar mmap to vm_iomap_memory() helperLinus Torvalds2013-04-251-30/+2
* vm: convert HPET mmap to vm_iomap_memory() helperLinus Torvalds2013-04-251-13/+1
* vm: convert fb_mmap to vm_iomap_memory() helperLinus Torvalds2013-04-251-25/+14
* vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helperLinus Torvalds2013-04-251-10/+2
* vm: add vm_iomap_memory() helper functionLinus Torvalds2013-04-252-0/+49
* userns: Changing any namespace id mappings should require privilegesAndy Lutomirski2013-04-251-3/+3
* userns: Check uid_map's opener's fsuid, not the current fsuidAndy Lutomirski2013-04-251-2/+2
* userns: Don't let unprivileged users trick privileged users into setting the ...Eric W. Biederman2013-04-251-4/+8
* perf/x86: Fix offcore_rsp valid mask for SNB/IVBStephane Eranian2013-04-251-4/+16
* perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala2013-04-251-1/+1
* crypto: algif - suppress sending source address information in recvmsgMathias Krause2013-04-252-0/+3
* ssb: implement spurious tone avoidanceRafał Miłecki2013-04-253-1/+33
* mac80211: fix cfg80211 interaction on auth/assoc requestJohannes Berg2013-04-251-4/+20
* ath9k_hw: change AR9580 initvals to fix a stability issueFelix Fietkau2013-04-251-1/+1
* ath9k_htc: accept 1.x firmware newer than 1.3Felix Fietkau2013-04-251-1/+1
* ARM: 7698/1: perf: fix group validation when using enable_on_execWill Deacon2013-04-251-1/+4
* ARM: 7696/1: Fix kexec by setting outer_cache.inv_all for FeroceonIllia Ragozin2013-04-251-0/+1
* sched/debug: Fix sd->*_idx limit range avoiding overflowlibin2013-04-251-1/+1
* sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo2013-04-251-2/+4
* tg3: Add 57766 device support.Matt Carlson2013-04-252-1/+19
* ARM: clk-imx35: Bugfix iomux clockMarkus Pargmann2013-04-251-0/+1
* ARM: i.MX35: enable MAX clockSascha Hauer2013-04-251-0/+1
* KVM: Allow cross page reads and writes from cached translations.Andrew Honig2013-04-255-19/+46
* KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)Andy Honig2013-04-251-2/+5
* KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig2013-04-252-29/+22
* KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig2013-04-251-0/+5
* md: raid1,10: Handle REQ_WRITE_SAME flag in write biosJoe Lawrence2013-04-252-3/+13
* hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko2013-04-251-1/+1
* kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy2013-04-251-1/+1
* fs/binfmt_elf.c: fix hugetlb memory check in vma_dump_size()Naoya Horiguchi2013-04-251-0/+1
* hugetlbfs: add swap entry check in follow_hugetlb_page()Naoya Horiguchi2013-04-251-1/+11
* hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB)Naoya Horiguchi2013-04-251-1/+1
* can: sja1000: fix handling on dt properties on little endian systemsChristoph Fritz2013-04-251-16/+15
* can: mcp251x: add missing IRQF_ONESHOT to request_threaded_irqMarc Kleine-Budde2013-04-251-2/+8
* hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan2013-04-251-2/+1
* kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner2013-04-254-27/+33
* ARM: Do 15e0d9e37c (ARM: pm: let platforms select cpu_suspend support) properlyRussell King2013-04-257-7/+7
* kvm/powerpc/e500mc: fix tlb invalidation on cpu migrationScott Wood2013-04-251-1/+6
* powerpc: add a missing label in resume_kernelKevin Hao2013-04-251-1/+1
* Linux 3.8.8v3.8.8Greg Kroah-Hartman2013-04-161-1/+1
* tty: don't deadlock while flushing workqueueSebastian Andrzej Siewior2013-04-161-5/+5
* x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalBoris Ostrovsky2013-04-165-13/+21
* x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updatesSamu Kallio2013-04-161-2/+4
* sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner2013-04-161-0/+26