summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-11net: sched: integer overflow fixStefan Hasko1-1/+1
2013-01-11inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch6-8/+25
2013-01-11batman-adv: fix random jitter calculationAkinobu Mita1-1/+1
2013-01-11sparc: huge_ptep_set_* functions need to call set_huge_pte_at()Dave Kleikamp1-2/+8
2013-01-11x86, amd: Disable way access filter on Piledriver CPUsAndre Przywara1-0/+14
2013-01-11freezer: add missing mb's to freezer_count() and freezer_should_skip()Tejun Heo1-8/+42
2013-01-11cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo1-2/+0
2013-01-11xhci: Add Lynx Point LP to list of Intel switchable hostsRussell Webb2-2/+5
2013-01-11usb: host: xhci: Stricter conditional for Z1 system models for Compliance Mod...Alexis R. Cortes1-1/+1
2013-01-11xhci: fix null-pointer dereference when destroying half-built segment ringsJulius Werner1-2/+7
2013-01-11xHCI: Fix TD Size calculation on 1.0 hosts.Sarah Sharp1-13/+19
2013-01-11xhci: Fix conditional check in bandwidth calculation.Sarah Sharp1-1/+1
2013-01-11usb: musb: cppi_dma: export cppi_interrupt()Sergei Shtylyov1-0/+1
2013-01-11genirq: Always force thread affinityThomas Gleixner1-2/+21
2013-01-11Input: sentelic - only report position of first finger as ST coordinatesChristophe TORDEUX1-1/+1
2013-01-11Input: walkera0701 - fix crash on startupPeter Popovec1-3/+4
2013-01-11nfs: fix null checking in nfs_get_option_str()Xi Wang1-1/+1
2013-01-11nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown2-5/+13
2013-01-11nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields1-1/+10
2013-01-11nfsd: fix v4 reply cachingJ. Bruce Fields1-1/+1
2013-01-11nfs: fix wrong object type in lockowner_slabYanchuan Nian1-1/+1
2013-01-11NFS: Fix calls to drop_nlink()Trond Myklebust1-5/+6
2013-01-11NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown1-2/+1
2013-01-11NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()Bryan Schumaker1-4/+17
2013-01-11ACPI / scan: Do not use dummy HID for system bus ACPI nodesRafael J. Wysocki1-1/+1
2013-01-11ACPI: do acpisleep dmi check when CONFIG_ACPI_SLEEP is setZhang Rui1-171/+177
2013-01-11usb: gadget: network: fix bind() error pathSebastian Andrzej Siewior5-11/+10
2013-01-11usb: gadget: uvc: fix error path in uvc_function_bind()Sebastian Andrzej Siewior1-18/+21
2013-01-11usb: gadget: phonet: free requests in pn_bind()'s error pathSebastian Andrzej Siewior1-2/+6
2013-01-11usb: gadget: midi: free hs descriptorsSebastian Andrzej Siewior1-0/+1
2013-01-11p54usb: add USBIDs for two more p54usb devicesChristian Lamparter1-0/+3
2013-01-11p54usb: add USB ID for T-Com Sinus 154 data IITomasz Guszkowski1-0/+1
2013-01-11rtlwifi: fix incorrect use of usb_alloc_coherent with usb_control_msgJussi Kivilinna1-4/+3
2013-01-11ALSA: hda - Fix pin configuration of HP Pavilion dv7Takashi Iwai1-1/+1
2013-01-11ALSA: hda - Fix the wrong pincaps set in ALC861VD dallas/hp fixupTakashi Iwai1-2/+2
2013-01-11ALSA: usb-audio: Fix missing autopm for MIDI inputTakashi Iwai1-42/+46
2013-01-11ALSA: usb-audio: Avoid autopm calls after disconnectionTakashi Iwai1-1/+22
2013-01-11tmpfs mempolicy: fix /proc/mounts corrupting memoryHugh Dickins1-38/+26
2013-01-11mm: Fix PageHead when !CONFIG_PAGEFLAGS_EXTENDEDChristoffer Dall1-1/+7
2013-01-11mm: fix calculation of dirtyable memorySonny Rao1-5/+20
2013-01-11virtio: force vring descriptors to be allocated from lowmemWill Deacon1-0/+7
2013-01-11x86, 8042: Enable A20 using KBC to fix S3 resume on some MSI laptopsOndrej Zary1-0/+9
2013-01-11exec: do not leave bprm->interp on stackKees Cook4-2/+23
2013-01-11SGI-XP: handle non-fatal trapsRobin Holt1-2/+32
2013-01-11pnpacpi: fix incorrect TEST_ALPHA() testAlan Cox1-1/+1
2013-01-11b43: fix tx path skb leaksFelix Fietkau3-8/+15
2013-01-11b43legacy: Fix firmware loading when driver is built into the kernelLarry Finger2-6/+36
2013-01-11inet_diag: validate port comparison byte code to prevent unsafe readsNeal Cardwell1-7/+24
2013-01-11inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()Neal Cardwell1-11/+17
2013-01-11inet_diag: validate byte code to prevent oops in inet_diag_bc_run()Neal Cardwell1-3/+45