summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2013-05-11block: fix max discard sectors limitJames Bottomley1-1/+1
2013-05-11hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi1-6/+13
2013-05-07jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callbackDmitry Monakhov1-0/+1
2013-05-07ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o1-0/+1
2013-05-07ipc: sysv shared memory limited to 8TiBRobin Holt1-1/+1
2013-05-07exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov1-14/+4
2013-05-07cgroup: fix broken file xattrsLi Zefan1-3/+0
2013-05-01netfilter: don't reset nf_trace in nf_reset()Patrick McHardy1-0/+7
2013-05-01net: count hw_addr syncs so that unsync works properly.Vlad Yasevich1-1/+1
2013-04-26Add file_ns_capable() helper function for open-time capability checkingLinus Torvalds1-0/+2
2013-04-25vm: add vm_iomap_memory() helper functionLinus Torvalds1-0/+2
2013-04-25ssb: implement spurious tone avoidanceRafał Miłecki1-0/+2
2013-04-25KVM: Allow cross page reads and writes from cached translations.Andrew Honig2-1/+2
2013-04-25kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner1-2/+3
2013-04-16ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)1-1/+2
2013-04-16tracing: Fix possible NULL pointer dereferencesNamhyung Kim1-1/+1
2013-04-12spinlocks and preemption points need to be at least compiler barriersLinus Torvalds2-19/+32
2013-04-12libata: Set max sector to 65535 for Slimtype DVD A DS8A8SH driveShan Hai1-0/+1
2013-04-12libata: Use integer return value for atapi_command_packet_setShan Hai1-1/+1
2013-04-05thermal: shorten too long mcast group nameMasatake YAMATO1-1/+1
2013-04-05USB: serial: add modem-status-change wait queueJohan Hovold1-0/+2
2013-04-05userns: Restrict when proc and sysfs can be mountedEric W. Biederman1-0/+4
2013-04-05vfs: Add a mount flag to lock read only bind mountsEric W. Biederman1-0/+2
2013-04-05userns: Don't allow creation if the user is chrootedEric W. Biederman1-0/+2
2013-03-28net: cdc_ncm, cdc_mbim: allow user to prefer NCM for backwards compatibilityBjørn Mork1-0/+1
2013-03-28skb: Propagate pfmemalloc on skb from head page onlyPavel Emelyanov1-2/+4
2013-03-28tcp: fix skb_availroom()Eric Dumazet1-2/+5
2013-03-20mtd: nand: reintroduce NAND_NO_READRDY as NAND_NEED_READRDYBrian Norris1-0/+7
2013-03-20perf,x86: fix link failure for non-Intel configsDavid Rientjes1-1/+5
2013-03-20perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian1-0/+2
2013-03-14mfd: rtsx: Fix issue that booting OS with SD card insertedWei WANG1-0/+2
2013-03-14dm: fix truncated status stringsMikulas Patocka1-2/+2
2013-03-04pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi1-0/+6
2013-03-04xen-blkfront: drop the use of llist_for_each_entry_safeKonrad Rzeszutek Wilk1-25/+0
2013-03-04quota: autoload the quota_v2 module for QFMT_VFS_V1 quota formatTheodore Ts'o1-0/+1
2013-02-28vlan: adjust vlan_set_encap_proto() for its callersCong Wang1-3/+3
2013-02-28fb: Yet another band-aid for fixing lockdep messTakashi Iwai2-0/+3
2013-02-28fb: rework locking to fix lock ordering on takeoverAlan Cox1-0/+1
2013-02-28vgacon/vt: clear buffer attributes when we load a 512 character font (v2)Dave Airlie1-0/+1
2013-02-28pps: Add pps_lookup_dev() functionGeorge Spelvin1-3/+14
2013-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+3
2013-02-08net: usb: fix regression from FLAG_NOARP codeLucas Stach1-1/+1
2013-02-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+25
2013-02-06Merge tag 'usb-3.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-0/+5
2013-02-05memcg: fix typo in kmemcg cache walk macroGlauber Costa1-1/+1
2013-02-05mm: fix wrong comments about anon_vma lockYuanhan Liu1-1/+1
2013-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+18
2013-01-30net: usbnet: prevent buggy devices from killing usBjørn Mork1-0/+2
2013-01-30efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming1-6/+18
2013-01-28Merge tag 'mfd-for-linus-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-35/+93