summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent freeing uninitialized pointer in compat_do_readv_writevDan Rosenberg2010-09-261-1/+1
* rtc: s3c: balance state changes of wakeup flagVladimir Zapolskiy2010-09-261-5/+8
* drivers/video/sis/sis_main.c: prevent reading uninitialized stack memoryDan Rosenberg2010-09-261-0/+3
* mmap: call unlink_anon_vmas() in __split_vma() in case of errorAndrea Arcangeli2010-09-261-0/+1
* drivers/pci/intel-iommu.c: fix build with older gcc'sAndrew Morton2010-09-261-47/+43
* char: Mark /dev/zero and /dev/kmem as not capable of writebackJan Kara2010-09-262-2/+5
* bdi: Initialize noop_backing_dev_info properlyJan Kara2010-09-261-0/+2
* drm/i915,agp/intel: Add second set of PCI-IDs for B43Chris Wilson2010-09-263-0/+5
* oprofile: Add Support for Intel CPU Family 6 / Model 22 (Intel Celeron 540)Patrick Simmons2010-09-261-1/+3
* sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka2010-09-261-4/+4
* pid: make setpgid() system call use RCU read-side critical sectionPaul E. McKenney2010-09-261-0/+2
* hw breakpoints: Fix pid namespace bugMatt Helsley2010-09-261-1/+2
* agp/intel: fix dma mask bits on sandybridgeZhenyu Wang2010-09-261-9/+14
* agp/intel: fix physical address mask bits for sandybridgeZhenyu Wang2010-09-261-1/+11
* intel_agp, drm/i915: Add all sandybridge graphics devices supportZhenyu Wang2010-09-264-11/+67
* virtio: console: Fix poll blocking even though there is data to readHans de Goede2010-09-261-1/+1
* virtio: console: Prevent userspace from submitting NULL buffersAmit Shah2010-09-261-0/+4
* mm: further fix swapin race conditionHugh Dickins2010-09-261-3/+5
* mm: fix swapin race conditionAndrea Arcangeli2010-09-263-19/+43
* net/llc: make opt unsigned in llc_ui_setsockopt()Dan Carpenter2010-09-261-1/+2
* Staging: vt6655: fix buffer overflowDan Carpenter2010-09-261-3/+8
* bonding: correctly process non-linear skbsAndy Gospodarek2010-09-262-0/+6
* drivers/net/eql.c: prevent reading uninitialized stack memoryDan Rosenberg2010-09-261-0/+2
* drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized stack memoryDan Rosenberg2010-09-261-0/+2
* drivers/net/usb/hso.c: prevent reading uninitialized memoryDan Rosenberg2010-09-261-0/+2
* sparc64: Get rid of indirect p1275 PROM call buffer.David S. Miller2010-09-267-297/+456
* net: blackhole route should always be recalculatedJianzhao Wang2010-09-261-1/+6
* l2tp: test for ethernet header in l2tp_eth_dev_recv()Eric Dumazet2010-09-261-1/+1
* UNIX: Do not loop forever at unix_autobind().Tetsuo Handa2010-09-261-3/+12
* udp: add rehash on connect()Eric Dumazet2010-09-266-2/+66
* tcp: Prevent overzealous packetization by SWS logic.Alexey Kuznetsov2010-09-261-2/+16
* tcp: select(writefds) don't hang up when a peer close connectionKOSAKI Motohiro2010-09-261-1/+2
* tcp: fix three tcp sysctls tuningEric Dumazet2010-09-261-17/+7
* tcp: Combat per-cpu skew in orphan tests.David S. Miller2010-09-263-12/+19
* net: RPS needs to depend upon USE_GENERIC_SMP_HELPERSDavid S. Miller2010-09-261-1/+1
* rds: fix a leak of kernel memoryEric Dumazet2010-09-261-1/+1
* irda: Correctly clean up self->ias_obj on irda_bind() failure.David S. Miller2010-09-261-2/+2
* gro: Re-fix different skb headroomsJarek Poplawski2010-09-261-1/+1
* gro: fix different skb headroomsEric Dumazet2010-09-261-2/+6
* bridge: Clear INET control block of SKBs passed into ip_fragment().David S. Miller2010-09-261-2/+4
* USB: serial/mos*: prevent reading uninitialized stack memoryDan Rosenberg2010-09-262-0/+6
* usb: musb_debugfs: don't use the struct file private_data field with seq_filesMathias Nyman2010-09-261-3/+2
* Linux 2.6.35.5Greg Kroah-Hartman2010-09-201-1/+1
* drm: Only decouple the old_fb from the crtc is we call mode_set*Chris Wilson2010-09-201-2/+2
* Revert "drm/i915: Allow LVDS on pipe A on gen4+"Chris Wilson2010-09-201-2/+0
* drm/i915: don't enable self-refresh on IronlakeJesse Barnes2010-09-202-2/+12
* drm/i915: Prevent double dpms onChris Wilson2010-09-201-1/+4
* drm/i915: overlay on gen2 can't address above 1GDaniel Vetter2010-09-201-0/+4
* drm/i915: Allocate the PCI resource for the MCHBARChris Wilson2010-09-201-10/+10
* drm/i915/dp: Really try 5 times before giving up.Chris Wilson2010-09-201-30/+28