aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-06-09Linux 3.2.60v3.2.60linux-3.2.yBen Hutchings1-1/+1
2014-06-09futex: Make lookup_pi_state more robustThomas Gleixner1-28/+106
2014-06-09futex: Always cleanup owner tid in unlock_piThomas Gleixner1-22/+18
2014-06-09futex: Validate atomic acquisition in futex_lock_pi_atomic()Thomas Gleixner1-3/+11
2014-06-09futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in...Thomas Gleixner1-0/+25
2014-06-09futex: Prevent attaching to kernel threadsThomas Gleixner1-0/+5
2014-06-09futex: Add another early deadlock detection checkThomas Gleixner1-13/+34
2014-06-09mm/memory-failure.c: fix memory leak by race between poison and unpoisonNaoya Horiguchi1-0/+2
2014-06-09hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free h...Chen Yucong1-7/+8
2014-06-09dma: mv_xor: Flush descriptors before activating a channelEzequiel Garcia1-5/+3
2014-06-09nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields1-0/+4
2014-06-09nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields1-2/+9
2014-06-09can: peak_pci: prevent use after free at netdev removalStephane Grosjean1-5/+9
2014-06-09can: peak_pci: Fix the way channels are linked togetherStephane Grosjean1-14/+9
2014-06-09drm/radeon: handle non-VGA class pci devices with ATRMAlex Deucher1-0/+14
2014-06-09drm/radeon: also try GART for CPU accessed buffersChristian König1-15/+23
2014-06-09perf: Prevent false warning in perf_swevent_addJiri Olsa1-1/+12
2014-06-09perf: Limit perf_event_attr::sample_period to 63 bitsPeter Zijlstra1-0/+3
2014-06-09libceph: fix corruption when using page_count 0 page in rbdChunwei Chen1-1/+19
2014-06-09libceph: only call kernel_sendpage() via helperAlex Elder1-6/+15
2014-06-09PCI: shpchp: Check bridge's secondary (not primary) bus speedMarcel Apfelbaum1-2/+2
2014-06-09x86-64, modify_ldt: Make support for 16-bit segments a runtime optionLinus Torvalds2-1/+11
2014-06-09i2c: s3c2410: resume race fixOlof Johansson1-1/+1
2014-06-09i2c: designware: Mask all interrupts during i2c controller enableDu, Wenkai1-0/+3
2014-06-09x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow()Anthony Iliopoulos1-0/+1
2014-06-09V4L2: fix VIDIOC_CREATE_BUFS in 64- / 32-bit compatibility modeGuennadi Liakhovetski1-5/+7
2014-06-09V4L2: ov7670: fix a wrong index, potentially Oopsing the kernel from user-spaceGuennadi Liakhovetski1-1/+1
2014-06-09hwmon: (emc1403) Support full range of known chip revision numbersJosef Gajdusek1-1/+1
2014-06-09hwmon: (emc1403) fix inverted store_hyst()Josef Gajdusek1-1/+1
2014-06-09hrtimer: Set expiry time before switch_hrtimer_base()Viresh Kumar1-4/+4
2014-06-09NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee1-8/+9
2014-06-09trace: module: Maintain a valid user countRomain Izard1-1/+1
2014-06-09sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)1-2/+1
2014-06-09mm/page-writeback.c: fix divide by zero in pos_ratio_polynomRik van Riel1-2/+2
2014-06-09Negative (setpoint-dirty) in bdi_position_ratio()paul.szabo@sydney.edu.au1-1/+1
2014-06-09posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig1-0/+6
2014-06-09NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust1-0/+1
2014-06-09NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust1-12/+12
2014-06-09md: avoid possible spinning md thread at shutdown.NeilBrown1-1/+2
2014-06-09Input: elantech - fix touchpad initialization on Gigabyte U2442Hans de Goede3-2/+30
2014-06-09HID: add NO_INIT_REPORTS quirk for Synaptics Touch Pad V 103SHans de Goede2-0/+2
2014-06-09HID: usbhid: quirk for Synaptics Quad HD touchscreenAceLan Kao2-0/+2
2014-06-09HID: usbhid: quirk for Synaptics HD touchscreenAceLan Kao2-0/+2
2014-06-09HID: usbhid: quirk for Synaptics Large TouchccreenAceLan Kao2-0/+6
2014-06-09USB: Nokia 5300 should be treated as unusual devDaniele Forsi1-0/+7
2014-06-09USB: Nokia 305 should be treated as unusual devVictor A. Santos1-0/+7
2014-06-09drivers/tty/hvc: don't free hvc_console_setup after initTomoki Sekiyama1-1/+1
2014-06-09usb: storage: shuttle_usbat: fix discs being detected twiceDaniele Forsi1-1/+1
2014-06-09drm/nouveau/acpi: allow non-optimus setups to load vbios from acpiIlia Mirkin1-3/+0
2014-06-09media-device: fix infoleak in ioctl media_enum_entities()Salva Peiró1-0/+1
2014-06-09rtl8192cu: Fix unbalanced irq enable in error path of rtl92cu_hw_init()Ben Hutchings1-1/+1
2014-06-09rtlwifi: rtl8192cu: Fix too long disable of IRQsLarry Finger1-1/+14
2014-06-09timer: Prevent overflow in apply_slackJiri Bohac1-1/+1
2014-06-09hrtimer: Prevent remote enqueue of leftmost timersLeon Ma1-0/+5
2014-06-09hrtimer: Prevent all reprogramming if hang detectedStuart Hayes1-0/+17
2014-06-09mpt2sas: Don't disable device twice at suspend.Tyler Stachecki1-1/+0
2014-06-09ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)3-23/+9
2014-06-09KVM: async_pf: mm->mm_users can not pin apf->mmOleg Nesterov1-4/+4
2014-06-09kvm: remove .done from struct kvm_async_pfRadim Krčmář2-5/+1
2014-06-09kvm: free resources after canceling async_pfRadim Krčmář1-1/+4
2014-06-09crypto: caam - add allocation failure handling in SPRINTFCAT macroHoria Geanta1-3/+7
2014-06-09Bluetooth: Add support for Lite-on [04ca:3007]Mohammed Habibulla2-0/+3
2014-06-09Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg1-3/+6
2014-06-09drm/vmwgfx: Make sure user-space can't DMA across buffer object boundaries v2Thomas Hellstrom1-0/+22
2014-06-09Input: synaptics - add min/max quirk for ThinkPad Edge E431Hans de Goede1-0/+8
2014-06-09rt2x00: fix beaconing on USBStanislaw Gruszka1-10/+12
2014-06-09thinkpad-acpi: fix issuing duplicated key events for brightness up/downAlex Hung1-1/+1
2014-06-09net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet1-0/+1
2014-06-09skb: Add inline helper for getting the skb end offset from headAlexander Duyck6-10/+19
2014-06-09ipv4: initialise the itag variable in __mkroute_inputLi RongQing1-1/+1
2014-06-09act_mirred: do not drop packets when fails to mirror itJason Wang1-6/+5
2014-06-09macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces.Peter Christensen1-2/+4
2014-06-09ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich1-1/+1
2014-06-09net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal1-2/+2
2014-06-09tcp_cubic: fix the range of delayed_ackLiu Yu1-1/+1
2014-06-09Revert "macvlan : fix checksums error when we are in bridge mode"Vlad Yasevich1-3/+0
2014-06-09sctp: reset flowi4_oif parameter on route lookupXufeng Zhang1-1/+6
2014-06-09bridge: Handle IFLA_ADDRESS correctly when creating bridge deviceToshiaki Makita1-0/+15
2014-06-09rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson1-6/+10
2014-06-09rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson1-5/+12
2014-06-09tg3: update rx_jumbo_pending ring param only when jumbo frames are enabledIvan Vecera1-1/+3
2014-06-09filter: prevent nla extensions to peek beyond the end of the messageMathias Krause1-1/+5
2014-06-09net: ipv4: current group_info should be put after using.Wang, Xiaoming1-4/+11
2014-06-09ipv6: Limit mtu to 65575 bytesEric Dumazet2-2/+8
2014-06-09bonding: Remove debug_fs files when module init failsThomas Richter1-0/+1
2014-06-09net: core: don't account for udp header size when computing seglenFlorian Westphal1-5/+7
2014-06-09l2tp: take PMTU from tunnel UDP socketDmitry Petukhov1-2/+2
2014-06-09tracepoint: Do not waste memory on mods with no tracepointsSteven Rostedt (Red Hat)1-0/+6
2014-06-09netfilter: Can't fail and free after table replacementThomas Graf4-9/+14
2014-06-09tgafb: fix mode setting with fbsetMikulas Patocka1-3/+12
2014-06-09ACPI / EC: Process rather than discard events in acpi_ec_clearKieran Clancy1-9/+12
2014-06-09ACPI / EC: Clear stale EC events on Samsung systemsKieran Clancy1-0/+64
2014-06-09powerpc: Add vr save/restore functionsAndreas Schwab2-2/+192
2014-05-18Linux 3.2.59v3.2.59Ben Hutchings1-1/+1
2014-05-18floppy: don't write kernel-only members to FDRAWCMD ioctl outputMatthew Daley1-1/+4
2014-05-18floppy: ignore kernel-only members in FDRAWCMD ioctl inputMatthew Daley1-3/+3
2014-05-18n_tty: Fix n_tty_write crash when echoing in raw modePeter Hurley1-0/+2
2014-05-18rtl8192ce: Fix null dereference in watchdogBen Hutchings1-0/+3
2014-05-18usb: option: add and update a number of CMOTech devicesBjørn Mork1-4/+70
2014-05-18usb: option: add Alcatel L800MABjørn Mork1-0/+3
2014-05-18usb: option: add Olivetti Olicard 500Bjørn Mork1-0/+4
2014-05-18USB: io_ti: fix firmware download on big-endian machinesJohan Hovold1-17/+33
2014-05-18usb/xhci: fix compilation warning when !CONFIG_PCI && !CONFIG_PMDavid Cohen1-3/+3
2014-05-18usb: xhci: Prefer endpoint context dequeue pointer over stopped_trbJulius Werner3-38/+31
2014-05-18xhci: For streams the css flag most be read from the stream-ctx on ep stopHans de Goede1-3/+11
2014-05-18Btrfs: fix inode caching vs tree logMiao Xie1-16/+2
2014-05-18Btrfs: Don't allocate inode that is already in useStefan Behrens1-1/+1
2014-05-18USB: serial: fix sysfs-attribute removal deadlockJohan Hovold1-1/+3
2014-05-18ARM: 8027/1: fix do_div() bug in big-endian systemsXiangyu Lu1-1/+1
2014-05-18mm: make fixup_user_fault() check the vma access rights tooLinus Torvalds1-0/+5
2014-05-18Input: synaptics - add min/max quirk for ThinkPad T431s, L440, L540, S1 Yoga ...Hans de Goede1-0/+42
2014-05-18dmi: add support for exact DMI matches in addition to substring matchingJani Nikula2-5/+13
2014-05-18mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()Mizuma, Masayoshi1-0/+1
2014-05-18libata/ahci: accommodate tag ordered controllersDan Williams2-8/+14
2014-05-18nfsd: set timeparms.to_maxval in setup_callback_clientJeff Layton1-1/+3
2014-05-18USB: cdc-acm: Remove Motorola/Telit H24 serial interfaces from ACM driverMichael Ulbricht1-7/+21
2014-05-18USB: pl2303: add ids for Hewlett-Packard HP POS pole displaysAaron Sanders2-1/+7
2014-05-18USB: cp210x: Add 8281 (Nanotec Plug & Drive)Tristan Bruns1-0/+1
2014-05-18usb: option driver, add support for Telit UE910v2Daniele Palmas1-0/+2
2014-05-18Revert "USB: serial: add usbid for dell wwan card to sierra.c"Johan Hovold1-1/+0
2014-05-18USB: serial: ftdi_sio: add id for Brainboxes serial cardsMichele Baldessari2-0/+70
2014-05-18staging: r8712u: Fix case where ethtype was never obtained and always be chec...Larry Finger1-7/+6
2014-05-18mlx4_en: don't use napi_synchronize inside mlx4_en_netpollChris Mason3-7/+1
2014-05-18locks: allow __break_lease to sleep even when break_time is 0Jeff Layton1-4/+3
2014-05-18parisc: fix epoll_pwait syscall on compat kernelHelge Deller1-1/+1
2014-05-18ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o1-1/+1
2014-05-18ext4: note the error in ext4_end_bio()Matthew Wilcox1-2/+3
2014-05-18ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKSKazuya Mio1-0/+5
2014-04-30Linux 3.2.58v3.2.58Ben Hutchings1-1/+1
2014-04-30Revert "isci: fix reset timeout handling"Ben Hutchings2-1/+8
2014-04-30Revert "alpha: fix broken network checksum"Ben Hutchings1-7/+2
2014-04-30powernow-k6: reorder frequenciesMikulas Patocka1-7/+10
2014-04-30powernow-k6: correctly initialize default parametersMikulas Patocka1-4/+72
2014-04-30powernow-k6: disable cache when changing frequencyMikulas Patocka1-17/+39
2014-04-30selinux: correctly label /proc inodes in use before the policy is loadedPaul Moore1-9/+27
2014-04-30Char: ipmi_bt_sm, fix infinite loopJiri Slaby1-1/+1
2014-04-30drivers: hv: additional switch to use mb() instead of smp_mb()Qiang Huang1-1/+1
2014-04-30target/tcm_fc: Fix use-after-free of ft_tpgAndy Grover1-0/+1
2014-04-30x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernelsH. Peter Anvin1-0/+11
2014-04-30b43: Fix machine check error due to improper access of B43_MMIO_PSM_PHY_HDRRafał Miłecki1-7/+7
2014-04-30lib/percpu_counter.c: fix bad percpu counter state during suspendJens Axboe1-1/+1
2014-04-30ALSA: ice1712: Fix boundary checks in PCM pointer opsTakashi Iwai1-5/+10
2014-04-30wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov1-4/+11
2014-04-30mm: hugetlb: fix softlockup when a large number of hugepages are freed.Mizuma, Masayoshi1-0/+1
2014-04-30mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka2-2/+14
2014-04-30iscsi-target: Fix ERL=2 ASYNC_EVENT connection pointer bugNicholas Bellinger1-1/+3
2014-04-30ocfs2: do not put bh when buffer_uptodate failedalex chen1-2/+0
2014-04-30ocfs2: dlm: fix recovery hungJunxiao Bi1-2/+13
2014-04-30ocfs2: dlm: fix lock migration crashJunxiao Bi1-6/+8
2014-04-30sh: fix format string bug in stack tracerMatt Fleming1-1/+1
2014-04-30drm/radeon: call drm_edid_to_eld when we update the edidAlex Deucher1-0/+1
2014-04-30drm/vmwgfx: correct fb_fix_screeninfo.line_lengthChristopher Friedt1-1/+4
2014-04-30reiserfs: fix race in readdirJeff Mahoney1-2/+4
2014-04-30IB/ehca: Returns an error on ib_copy_to_udata() failureYann Droneaud1-0/+1
2014-04-30IB/mthca: Return an error on ib_copy_to_udata() failureYann Droneaud1-0/+1
2014-04-30ALSA: hda - Enable beep for ASUS 1015EW. Trevor King1-0/+1
2014-04-30MIPS: Hibernate: Flush TLB entries in swsusp_arch_resume()Huacai Chen1-0/+1
2014-04-30nfsd4: fix setclientid encode sizeJ. Bruce Fields1-1/+2
2014-04-30dm thin: fix dangling bio in process_deferred_bios error pathMike Snitzer1-1/+1
2014-04-30drm/i915/tv: fix gen4 composite s-video tv-outJani Nikula1-2/+7
2014-04-30nfsd: notify_change needs elevated write countJ. Bruce Fields1-0/+9
2014-04-30nfsd: Add fh_{want,drop}_write()Ben Hutchings1-0/+10
2014-04-30nfsd4: session needs room for following op to error outJ. Bruce Fields1-0/+6
2014-04-30nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields1-0/+2
2014-04-30x86, hyperv: Bypass the timer_irq_works() checkJason Wang1-0/+6
2014-04-30gpio: mxs: Allow for recursive enable_irq_wake() callMarek Vasut1-1/+2
2014-04-30Btrfs: fix deadlock with nested trans handlesJosef Bacik1-10/+4
2014-04-30audit: convert PPIDs to the inital PID namespace.Richard Guy Briggs1-2/+2
2014-04-30pid: get pid_t ppid of task in init_pid_nsRichard Guy Briggs1-1/+19
2014-04-30mfd: 88pm860x: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+6
2014-04-30mfd: max8925: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+9
2014-04-30mfd: max8998: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+4
2014-04-30mfd: max8997: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+18
2014-04-30mfd: Include all drivers in subsystem menuLinus Walleij1-3/+3
2014-04-30IB/nes: Return an error on ib_copy_from_udata() failure instead of NULLYann Droneaud1-1/+1
2014-04-30IB/ipath: Fix potential buffer overrun in sending diag packet routineDennis Dalessandro1-41/+25
2014-04-30ath9k: fix ready time of the multicast buffer queueFelix Fietkau1-1/+1
2014-04-30ext4: fix partial cluster handling for bigalloc file systemsEric Whitney1-0/+21
2014-04-30virtio_balloon: don't softlockup on huge balloon changes.Rusty Russell1-0/+6
2014-04-30iwlwifi: dvm: take mutex when sending SYNC BT config commandEmmanuel Grumbach1-2/+6
2014-04-30jffs2: Fix crash due to truncation of csizeAjesh Kunhipurayil Vijayan1-1/+1
2014-04-30jffs2: Fix segmentation fault found in stress testKamlakant Patel1-2/+2
2014-04-30jffs2: avoid soft-lockup in jffs2_reserve_space_gc()Li Zefan1-4/+9
2014-04-30jffs2: remove from wait queue after schedule()Li Zefan1-0/+1
2014-04-30Btrfs: skip submitting barrier for missing deviceHidetoshi Seto1-0/+4
2014-04-30staging:serqt_usb2: Fix sparse warning restricted __le16 degrades to integerHimangi Saraogi1-1/+1
2014-04-30rtlwifi: rtl8192se: Fix too long disable of IRQsLarry Finger1-5/+19
2014-04-30blktrace: fix accounting of partially completed requestsRoman Pen3-13/+42
2014-04-30usb: gadget: atmel_usba: fix crashed during stopping when DEBUG is enabledGregory CLEMENT1-2/+3
2014-04-30uvcvideo: Do not use usb_set_interface on bulk EPOleksij Rempel1-1/+19
2014-04-30tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke1-5/+15
2014-04-30media: gspca: sn9c20x: add ID for Genius Look 1320 V2Wolfram Sang2-0/+2
2014-04-30usb: dwc3: fix wrong bit mask in dwc3_event_devtHuang Rui1-3/+3
2014-04-30hvc: ensure hvc_init is only ever called once in hvc_console.cPaul Gortmaker1-1/+5
2014-04-30tgafb: fix data copyingMikulas Patocka1-213/+51
2014-04-30mach64: fix cursor when character width is not a multiple of 8 pixelsMikulas Patocka1-6/+16
2014-04-30mach64: use unaligned accessMikulas Patocka1-1/+2
2014-04-30framebuffer: fix cfb_copyareaMikulas Patocka1-75/+78
2014-04-30matroxfb: restore the registers M_ACCESS and M_PITCHMikulas Patocka2-10/+30
2014-04-30ARM: 7954/1: mm: remove remaining domain support from ARMv6Will Deacon6-28/+16