aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-07-20Linux 3.9.11v3.9.11linux-3.9.yGreg Kroah-Hartman1-1/+1
2013-07-20Handle big endianness in NTLM (ntlmv2) authenticationSteve French2-7/+7
2013-07-20mm/memory-hotplug: fix lowmem count overflow when offline pagesWanpeng Li1-0/+4
2013-07-20memcg, kmem: fix reference count handling on the error pathMichal Hocko1-8/+0
2013-07-20drivers/dma/pl330.c: fix locking in pl330_free_chan_resources()Bartlomiej Zolnierkiewicz1-2/+2
2013-07-20ext4: don't allow ext4_free_blocks() to fail due to ENOMEMTheodore Ts'o1-3/+8
2013-07-20ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara1-2/+2
2013-07-20ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara1-2/+2
2013-07-20ext4: fix overflows in SEEK_HOLE, SEEK_DATA implementationsJan Kara1-7/+7
2013-07-20ext4: fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap()Jan Kara1-1/+1
2013-07-20Btrfs: only do the tree_mod_log_free_eb if this is our last refJosef Bacik1-1/+2
2013-07-20Btrfs: fix estale with btrfs sendJosef Bacik1-0/+35
2013-07-20timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche1-3/+5
2013-07-20ahci: remove pmp link online check in FBS EHShane Huang1-2/+1
2013-07-20PCI: Fix refcount issue in pci_create_root_bus() error recovery pathJiang Liu1-6/+8
2013-07-20PCI: Finish SR-IOV VF setup before adding the deviceXudong Hao1-3/+2
2013-07-20nbd: correct disconnect behaviorPaul Clements2-1/+7
2013-07-20ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi1-0/+10
2013-07-20ACPI / PM: Fix corner case in acpi_bus_update_power()Rafael J. Wysocki1-5/+18
2013-07-20ACPICA: Do not use extended sleep registers unless HW-reduced bit is setLv Zheng1-3/+5
2013-07-20ACPI / EC: Add HP Folio 13 to ec_dmi_table in order to skip DSDT scanLan Tianyu1-0/+4
2013-07-20drivers/rtc/rtc-rv3029c2.c: fix disabling AIE irqAxel Lin1-1/+1
2013-07-20genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings1-3/+3
2013-07-20xen/pcifront: Deal with toolstack missing 'XenbusStateClosing' state.Konrad Rzeszutek Wilk1-4/+3
2013-07-20xen/time: remove blocked time accounting from xen "clockchip"Laszlo Ersek1-15/+2
2013-07-20cgroup: fix umount vs cgroup_event_remove() raceLi Zefan1-6/+19
2013-07-20pcmcia: at91_cf: fix gpio_get_value in at91_cf_get_statusJoachim Eastwood1-2/+2
2013-07-20drivers: hv: switch to use mb() instead of smp_mb()Jason Wang2-6/+6
2013-07-20usb: host: xhci-plat: release mem region while removing moduleGeorge Cherian1-0/+1
2013-07-20xhci: check for failed dma pool allocationMathias Nyman1-0/+4
2013-07-20usb: gadget: f_mass_storage: add missing memory barrier for thread_wakeup_neededUCHINO Satoshi1-0/+2
2013-07-20ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()Al Viro2-10/+4
2013-07-20ext4: fix corruption when online resizing a fs with 1K block sizeMaarten ter Huurne1-3/+1
2013-07-20jbd2: fix theoretical race in jbd2__journal_restartTheodore Ts'o1-1/+1
2013-07-20jbd2: move superblock checksum calculation to jbd2_write_superblock()Theodore Ts'o1-1/+2
2013-07-20rtlwifi: rtl8192cu: Fix duplicate if testLarry Finger1-1/+1
2013-07-20rtlwifi: rtl8723ae: Fix typo in firmware namesLarry Finger1-3/+3
2013-07-20CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky1-5/+4
2013-07-20CIFS use sensible file nlink values if unprovidedSteve French1-0/+5
2013-07-13Linux 3.9.10v3.9.10Greg Kroah-Hartman1-1/+1
2013-07-13Revert "memcg: avoid dangling reference count in creation failure"Michal Hocko1-2/+0
2013-07-13SCSI: sd: Fix parsing of 'temporary ' cache mode prefixBen Hutchings1-1/+1
2013-07-13KVM: VMX: mark unusable segment as nonpresentGleb Natapov1-2/+9
2013-07-13nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields1-1/+1
2013-07-13Revert "serial: 8250_pci: add support for another kind of NetMos Technology P...Greg Kroah-Hartman1-4/+0
2013-07-13futex: Take hugepages into account when generating futex_keyZhang Yi3-1/+35
2013-07-13MAINTAINERS: add stable_kernel_rules.txt to stable maintainer informationGreg Kroah-Hartman1-0/+1
2013-07-13crypto: sanitize argument for format stringKees Cook1-1/+2
2013-07-13block: do not pass disk names as format stringsKees Cook3-3/+4
2013-07-13hpfs: better test for errorsMikulas Patocka2-2/+9
2013-07-13charger-manager: Ensure event is not used as format stringKees Cook1-1/+1
2013-07-13module: do percpu allocation after uniqueness check. No, really!Rusty Russell1-16/+18
2013-07-13drivers/cdrom/cdrom.c: use kzalloc() for failing hardwareJonathan Salwan1-1/+1
2013-07-13ceph: fix sleeping function called from invalid context.majianpeng1-4/+5
2013-07-13libceph: Fix NULL pointer dereference in auth client codeTyler Hicks1-0/+6
2013-07-03Linux 3.9.9v3.9.9Greg Kroah-Hartman1-1/+1
2013-07-03netfilter: nf_conntrack_ipv6: Plug sk_buff leak in fragment handlingPhil Oester1-1/+1
2013-07-03mac80211: work around broken APs not including HT infoJohannes Berg3-12/+85
2013-07-03can: usb_8dev: unregister netdev before free()ingMarc Kleine-Budde1-1/+4
2013-07-03of/base: release the node correctly in of_parse_phandle_with_args()Tang Yuantian1-2/+2
2013-07-03libata-acpi: add back ACPI based hotplug functionalityAaron Lu3-1/+39
2013-07-03UBIFS: fix a horrid bugArtem Bityutskiy1-3/+27
2013-07-03UBIFS: prepare to fix a horrid bugArtem Bityutskiy1-12/+12
2013-07-03powerpc/eeh: Fix fetching bus for single-dev-PEGavin Shan1-1/+2
2013-07-03crypto: algboss - Hold ref count on larvalHerbert Xu3-13/+14
2013-07-03perf: Disable monitoring on setuid processes for regular usersStephane Eranian1-7/+9
2013-07-03iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsetsNeil Horman5-0/+41
2013-07-03rt2800: fix RT5390 & RT3290 TX power settings regressionStanislaw Gruszka1-11/+18
2013-07-03dlci: validate the net device in dlci_del()Zefan Li1-0/+12
2013-07-03dlci: acquire rtnl_lock before calling __dev_get_by_name()Zefan Li1-5/+9
2013-07-03s390/irq: Only define synchronize_irq() on SMPBen Hutchings1-0/+2
2013-07-03s390/pci: Implement IRQ functions if !PCIBen Hutchings2-33/+64
2013-07-03iwlwifi: dvm: fix chain noise calibrationNikolay Martynov1-1/+1
2013-07-03ath9k_htc: Handle IDLE state transition properlySujith Manoharan1-1/+1
2013-07-03hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov1-2/+2
2013-07-03hw_breakpoint: Fix cpu check in task_bp_pinned(cpu)Oleg Nesterov1-1/+1
2013-07-03Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery1-1/+1
2013-07-03Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo1-0/+3
2013-07-03ARM: 7772/1: Fix missing flush_kernel_dcache_page() for noMMUSimon Baatz1-0/+6
2013-07-03ARM: 7755/1: handle user space mapped pages in flush_kernel_dcache_pageSimon Baatz2-3/+34
2013-07-03s390/ipl: Fix FCP WWPN and LUN format strings for readMichael Holzheu1-4/+4
2013-06-27Linux 3.9.8v3.9.8Greg Kroah-Hartman1-1/+1
2013-06-27spi/pxa2xx: fix memory corruption due to wrong size used in devm_kzalloc()Mika Westerberg1-1/+1
2013-06-27spi/pxa2xx: use GFP_ATOMIC in sg table allocationMika Westerberg1-1/+1
2013-06-27drivers: uio: Fix UIO device registration failureDamian Hobson-Garcia1-0/+1
2013-06-27perf: Fix mmap() accounting holePeter Zijlstra2-72/+159
2013-06-27perf: Fix perf mmap bugsPeter Zijlstra3-19/+24
2013-06-27rbd: use the correct length for format 2 object namesJosh Durgin1-1/+5
2013-06-27target/iscsi: don't corrupt bh_count in iscsit_stop_time2retain_timer()Joern Engel1-2/+2
2013-06-27tty: Fix transient pty write() EIOPeter Hurley1-8/+5
2013-06-27tcm_qla2xxx: Fix residual for underrun commands that failRoland Dreier1-1/+5
2013-06-27firmware loader: fix use-after-free by double abortMing Lei1-9/+18
2013-06-27USB: serial: ti_usb_3410_5052: new device id for Abbot strip port cableAnders Hammarquist2-2/+5
2013-06-27Input: xpad - fix for "Mad Catz Street Fighter IV FightPad" controllersShawn Joseph1-1/+1
2013-06-27Input: add missing dependencies on CONFIG_HAS_IOMEMBen Hutchings2-0/+2
2013-06-27Input: cyttsp - fix memcpy size paramFerruh Yigit1-1/+1
2013-06-27net_sched: better precise estimation on packet length for untrusted packetsJason Wang1-1/+7
2013-06-27netback: set transport header before passing it to kernelJason Wang1-0/+12
2013-06-27packet: set transport header before doing xmitJason Wang1-0/+21
2013-06-27tuntap: set transport header before passing it to kernelJason Wang1-0/+10
2013-06-27macvtap: set transport header before passing skb to lower deviceJason Wang1-0/+9
2013-06-27tuntap: correct the return value in tun_set_iff()Jason Wang1-2/+6
2013-06-27net: sh_eth: fix incorrect RX length error if R8A7740Yoshihiro Shimoda1-4/+11
2013-06-27sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman1-6/+2
2013-06-27l2tp: Fix sendmsg() return valueGuillaume Nault1-1/+1
2013-06-27l2tp: Fix PPP header erasure and memory leakGuillaume Nault1-2/+2
2013-06-27packet: packet_getname_spkt: make sure string is always 0-terminatedDaniel Borkmann1-3/+2
2013-06-27team: move add to port list before port enablementJiri Pirko1-1/+1
2013-06-27team: check return value of team_get_port_by_index_rcu() for NULLJiri Pirko1-0/+2
2013-06-27tuntap: set SOCK_ZEROCOPY flag during openJason Wang1-0/+2
2013-06-27net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann1-0/+6
2013-06-27vhost_net: clear msg.control for non-zerocopy case during txJason Wang1-1/+2
2013-06-27net_sched: htb: do not mix 1ns and 64ns time unitsEric Dumazet1-17/+17
2013-06-27ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng1-1/+3
2013-06-27net_sched: restore "overhead xxx" handlingEric Dumazet5-22/+28
2013-06-27net: force a reload of first item in hlist_nulls_for_each_entry_rcuEric Dumazet1-1/+6
2013-06-27udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar2-8/+27
2013-06-27tuntap: forbid changing mq flag for persistent deviceJason Wang1-0/+4
2013-06-27net/core/sock.c: add missing VSOCK string in af_family_*_key_stringsFederico Vaga1-3/+3
2013-06-27net: Block MSG_CMSG_COMPAT in send(m)msg and recv(m)msgAndy Lutomirski3-21/+56
2013-06-27ipv4: fix redirect handling for TCP packetsMichal Kubecek1-1/+6
2013-06-27net: phy: fix a bug when verify the EEE supportGiuseppe CAVALLARO1-1/+1
2013-06-27ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet2-2/+2
2013-06-27tcp: xps: fix reordering issuesEric Dumazet1-4/+6
2013-06-27xfrm: properly handle invalid states as an errorTimo Teräs1-0/+1
2013-06-27tcp: bug fix in proportional rate reduction.Nandita Dukkipati1-10/+13
2013-06-278139cp: reset BQL when ring tx ring clearedstephen hemminger1-0/+1
2013-06-27r8169: fix offloaded tx checksum for small packets.Francois Romieu1-14/+27
2013-06-27netlabel: improve domain mapping validationPaul Moore1-0/+69
2013-06-27ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet1-1/+1
2013-06-27vxlan: Update vxlan fdb 'used' field after each usageSridhar Samudrala1-3/+14
2013-06-27gianfar: add missing iounmap() on error in gianfar_ptp_probe()Wei Yongjun1-0/+1
2013-06-27net/802/mrp: fix lockdep splatEric Dumazet1-2/+2
2013-06-27tcp: fix tcp_md5_hash_skb_data()Eric Dumazet1-2/+5
2013-06-27net: fec: fix kernel oops when plug/unplug cable many timesFrank Li2-15/+39
2013-06-27x86: Fix section mismatch on load_ucode_apPaul Gortmaker1-2/+2
2013-06-27x86: fix build error and kconfig for ia32_emulation and binfmtRandy Dunlap1-0/+1
2013-06-27x86, mtrr: Fix original mtrr range get for mtrr_cleanupYinghai Lu1-4/+4
2013-06-27range: Do not add new blank slot with add_range_with_mergeYinghai Lu1-10/+11
2013-06-27drm/radeon: update lockup tracking when scheduling in empty ringJerome Glisse1-0/+7
2013-06-27drm/radeon: do not try to uselessly update virtual memory pagetableJerome Glisse1-2/+4
2013-06-27drm/prime: Honor requested file flags when exporting a bufferLaurent Pinchart1-2/+1
2013-06-27ACPI / PM: Fix error code path for power resources initializationRafael J. Wysocki1-0/+1
2013-06-27ACPI / dock: Take ACPI scan lock in write_undock()Rafael J. Wysocki1-0/+2
2013-06-27ACPI / resources: call acpi_get_override_irq() only for legacy IRQ resourcesMika Westerberg1-5/+11
2013-06-27KVM: x86: remove vcpu's CPL check in host-invoked XCR setZhanghaoyu (A)1-3/+2
2013-06-27x86: kvmclock: zero initialize pvclock shared memory areaIgor Mammedov1-0/+1
2013-06-27x86/efi: Fix dummy variable buffer allocationBen Hutchings1-1/+6
2013-06-27carl9170: fix frame drop and WARN due to minstrel_ht changeChristian Lamparter1-41/+28
2013-06-27parisc: provide pci_mmap_page_range() for pariscThomas Bogendoerfer2-0/+32
2013-06-27parisc: fix serial ports on C8000 workstationThomas Bogendoerfer3-1/+76
2013-06-27parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50 (part 2)Helge Deller2-3/+3
2013-06-27parisc: parport0: fix this legacy no-device port driver!Helge Deller2-4/+4
2013-06-27parisc: kernel: using strlcpy() instead of strcpy()Chen Gang1-1/+2
2013-06-27parisc: rename "CONFIG_PA7100" to "CONFIG_PA7000"Paul Bolle1-1/+1
2013-06-27parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50Helge Deller1-4/+1
2013-06-27parisc: memory overflow, 'name' length is too short for usingChen Gang1-1/+1
2013-06-27parisc: fix irq stack on UP and SMPHelge Deller3-41/+26
2013-06-27parisc: make interrupt and interruption stack allocation reentrantJohn David Anglin2-10/+10
2013-06-27parisc: show number of FPE and unaligned access handler calls in /proc/interr...Helge Deller4-0/+14
2013-06-27parisc: add rp5470 entry to machine databaseHelge Deller1-0/+1
2013-06-27parisc: implement irq stacks - part 2 (v2)Helge Deller5-17/+102
2013-06-27parisc: remove the second argument of kmap_atomic()Zhao Hongjiang1-3/+3
2013-06-27parisc: tlb flush counting fix for SMP and UPHelge Deller4-19/+5
2013-06-27parisc: more irq statistics in /proc/interruptsHelge Deller5-4/+86
2013-06-27parisc: implement irq stacksHelge Deller4-2/+94
2013-06-27parisc: add kernel stack overflow checkHelge Deller4-4/+42
2013-06-27brcmfmac: Turn off ARP offloading when configured for AP.Hante Meuleman3-19/+45
2013-06-27rtlwifi: rtl8192cu: Fix problem in connecting to WEP or WPA(1) networksLarry Finger7-41/+139
2013-06-27tilepro: work around module link error with gcc 4.7Chris Metcalf1-0/+2
2013-06-27clk: remove notifier from list before freeing itLai Jiangshan1-0/+1
2013-06-27ALSA: usb-audio: work around Android accessory firmware bugClemens Ladisch1-2/+20
2013-06-27ALSA: hda - Fix pin configurations for MacBook Air 4,2Takashi Iwai1-0/+23
2013-06-27ALSA: usb-audio: Fix invalid volume resolution for Logitech HD Webcam c310Takashi Iwai1-0/+1
2013-06-27perf: arm64: Record the user-mode PC in the call chain.Jed Davis1-0/+1
2013-06-27ARM: 7754/1: Fix the CPU ID and the mask associated to the PJ4BGregory CLEMENT1-2/+2
2013-06-27ARM: 7752/1: errata: LoUIS bit field in CLIDR register is incorrectJon Medhurst2-0/+18
2013-06-20Linux 3.9.7v3.9.7Greg Kroah-Hartman1-1/+1
2013-06-20ARM: Kirkwood: handle mv88f6282 cpu in __kirkwood_variant().Nicolas Schichan1-2/+3
2013-06-20tg3: Wait for boot code to finish after power onNithin Sujir1-0/+10
2013-06-20USB: spcp8x5: fix device initialisation at openJohan Hovold1-6/+4
2013-06-20USB: f81232: fix device initialisation at openJohan Hovold1-4/+4
2013-06-20USB: pl2303: fix device initialisation at openJohan Hovold1-5/+5
2013-06-20usb: chipidea: fix id change handlingAlexander Shishkin1-1/+2
2013-06-20powerpc: Fix missing/delayed calls to irq_workBenjamin Herrenschmidt1-1/+1
2013-06-20powerpc: Fix emulation of illegal instructions on PowerNV platformPaul Mackerras2-1/+11
2013-06-20powerpc: Fix stack overflow crash in resume_kernel when ftracingMichael Ellerman2-3/+3
2013-06-20Modify UEFI anti-bricking codeMatthew Garrett4-178/+65
2013-06-20libceph: wrap auth methods in a mutexSage Weil2-22/+58
2013-06-20libceph: wrap auth ops in wrapper functionsSage Weil6-36/+84
2013-06-20libceph: add update_authorizer auth methodSage Weil5-1/+38
2013-06-20libceph: fix authorizer invalidationSage Weil1-1/+1
2013-06-20libceph: clear messenger auth_retry flag when we authenticateSage Weil1-2/+1
2013-06-20drm/nv50/kms: use dac loadval from vbios, where it's availableBen Skeggs1-1/+3
2013-06-20drm/nv50/disp: force dac power state during load detectBen Skeggs2-1/+5
2013-06-20x86: Fix typo in kexec register clearingKees Cook1-1/+1
2013-06-20x86: Fix adjust_range_size_mask calling positionYinghai Lu1-3/+3
2013-06-20mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi3-6/+22
2013-06-20mm/page_alloc.c: fix watermark check in __zone_watermark_ok()Tomasz Stanislawski1-2/+4
2013-06-20md/raid1,raid10: use freeze_array in place of raise_barrier in various places.NeilBrown2-18/+18