summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.4.54v3.4.54Greg Kroah-Hartman2013-07-211-1/+1
* Handle big endianness in NTLM (ntlmv2) authenticationSteve French2013-07-212-7/+7
* drivers/dma/pl330.c: fix locking in pl330_free_chan_resources()Bartlomiej Zolnierkiewicz2013-07-211-2/+2
* ARM: 7765/1: perf: Record the user-mode PC in the call chain.Jed Davis2013-07-211-0/+1
* ext4: don't allow ext4_free_blocks() to fail due to ENOMEMTheodore Ts'o2013-07-211-3/+8
* ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara2013-07-211-2/+2
* ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara2013-07-211-2/+2
* timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche2013-07-211-3/+5
* ahci: remove pmp link online check in FBS EHShane Huang2013-07-211-2/+1
* ahci: Add AMD CZ SATA device IDShane Huang2013-07-212-0/+3
* ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi2013-07-211-0/+10
* ACPI / EC: Add HP Folio 13 to ec_dmi_table in order to skip DSDT scanLan Tianyu2013-07-211-0/+4
* drivers/rtc/rtc-rv3029c2.c: fix disabling AIE irqAxel Lin2013-07-211-1/+1
* genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings2013-07-211-3/+3
* xen/time: remove blocked time accounting from xen "clockchip"Laszlo Ersek2013-07-211-15/+2
* pcmcia: at91_cf: fix gpio_get_value in at91_cf_get_statusJoachim Eastwood2013-07-211-2/+2
* usb: host: xhci-plat: release mem region while removing moduleGeorge Cherian2013-07-211-0/+1
* xhci: check for failed dma pool allocationMathias Nyman2013-07-211-0/+4
* usb: gadget: f_mass_storage: add missing memory barrier for thread_wakeup_neededUCHINO Satoshi2013-07-211-0/+2
* USB: option,qcserial: move Novatel Gobi1K IDs to qcserialDan Williams2013-07-212-5/+7
* ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()Al Viro2013-07-212-10/+4
* jbd2: fix theoretical race in jbd2__journal_restartTheodore Ts'o2013-07-211-1/+1
* rtlwifi: rtl8192cu: Fix duplicate if testLarry Finger2013-07-211-1/+1
* rtlwifi: rtl8192cu: Add new USB ID for TP-Link TL-WN8200NDLarry Finger2013-07-211-0/+1
* CIFS use sensible file nlink values if unprovidedSteve French2013-07-211-0/+5
* Linux 3.4.53v3.4.53Greg Kroah-Hartman2013-07-131-1/+1
* Revert "sched: Add missing call to calc_load_exit_idle()"Greg Kroah-Hartman2013-07-131-1/+0
* SCSI: sd: Fix parsing of 'temporary ' cache mode prefixBen Hutchings2013-07-131-1/+1
* nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields2013-07-131-1/+1
* Revert "serial: 8250_pci: add support for another kind of NetMos Technology P...Greg Kroah-Hartman2013-07-131-4/+0
* MAINTAINERS: add stable_kernel_rules.txt to stable maintainer informationGreg Kroah-Hartman2013-07-131-0/+1
* crypto: sanitize argument for format stringKees Cook2013-07-131-1/+2
* block: do not pass disk names as format stringsKees Cook2013-07-133-3/+4
* hpfs: better test for errorsMikulas Patocka2013-07-132-2/+9
* charger-manager: Ensure event is not used as format stringKees Cook2013-07-131-1/+1
* drivers/cdrom/cdrom.c: use kzalloc() for failing hardwareJonathan Salwan2013-07-131-1/+1
* libceph: Fix NULL pointer dereference in auth client codeTyler Hicks2013-07-131-0/+6
* Linux 3.4.52v3.4.52Greg Kroah-Hartman2013-07-031-1/+1
* perf: Fix mmap() accounting holePeter Zijlstra2013-07-032-72/+159
* perf: Fix perf mmap bugsPeter Zijlstra2013-07-033-19/+24
* pch_uart: fix a deadlock when pch_uart as consoleLiang Li2013-07-031-7/+22
* UBIFS: fix a horrid bugArtem Bityutskiy2013-07-031-3/+27
* UBIFS: prepare to fix a horrid bugArtem Bityutskiy2013-07-031-12/+12
* perf: Disable monitoring on setuid processes for regular usersStephane Eranian2013-07-031-7/+9
* dlci: validate the net device in dlci_del()Zefan Li2013-07-031-0/+12
* dlci: acquire rtnl_lock before calling __dev_get_by_name()Zefan Li2013-07-031-5/+9
* hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov2013-07-031-2/+2
* Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo2013-07-031-0/+3
* ARM: 7772/1: Fix missing flush_kernel_dcache_page() for noMMUSimon Baatz2013-07-031-0/+6
* ARM: 7755/1: handle user space mapped pages in flush_kernel_dcache_pageSimon Baatz2013-07-032-3/+34