aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-11-10Linux 2.6.26.8v2.6.26.8linux-2.6.26.yGreg Kroah-Hartman1-1/+1
2008-11-10netfilter: restore lost ifdef guarding defrag exceptionPatrick McHardy1-0/+2
2008-11-10netfilter: snmp nat leaks memory in case of failureIlpo Järvinen1-0/+1
2008-11-10netfilter: xt_iprange: fix range inversion matchAlexey Dobriyan1-4/+4
2008-11-10ACPI: dock: avoid check _STA methodShaohua Li1-1/+4
2008-11-10ACPI: video: fix brightness allocationJulia Jomantaite1-50/+73
2008-11-10sparc64: Fix race in arch/sparc64/kernel/trampoline.SAndrea Shepard1-4/+14
2008-11-10math-emu: Fix signalling of underflow and inexact while packing result.Kumar Gala1-4/+13
2008-11-10tcpv6: fix option space offsets with md5Ilpo Järvinen1-1/+1
2008-11-10net: Fix netdev_run_todo dead-lockHerbert Xu2-22/+7
2008-11-10scx200_i2c: Add missing class parameterLennart Sorensen1-0/+1
2008-11-10DVB: s5h1411: Power down s5h1411 when not in useDevin Heitmueller1-2/+8
2008-11-10DVB: s5h1411: Perform s5h1411 soft reset after tuningDevin Heitmueller1-3/+4
2008-11-10DVB: s5h1411: bugfix: Setting serial or parallel mode could destroy bitsSteven Toth1-2/+16
2008-11-10V4L: pvrusb2: Keep MPEG PTSs from drifting awayBoris Dores1-0/+4
2008-11-10ACPI: Always report a sync event after a lid state changeGuillem Jover1-1/+2
2008-11-10ALSA: use correct lock in snd_ctl_dev_disconnect()Takashi Iwai1-2/+2
2008-11-10file caps: always start with clear bprm->caps_*Serge Hallyn1-3/+3
2008-11-10libertas: fix buffer overrunJohannes Berg1-2/+2
2008-11-10net: Fix recursive descent in __scm_destroy().David Miller3-5/+26
2008-11-10SCSI: qla2xxx: Skip FDMI registration on ISP21xx/22xx parts.Andrew Vasquez1-0/+6
2008-11-10edac cell: fix incorrect edac_modeBenjamin Herrenschmidt1-1/+1
2008-11-10ext[234]: Avoid printk floods in the face of directory corruption (CVE-2008-3...Eric Sandeen3-31/+50
2008-11-10gpiolib: fix oops in gpio_get_value_cansleep()David Brownell1-1/+1
2008-10-22Linux 2.6.26.7v2.6.26.7Greg Kroah-Hartman1-1/+1
2008-10-22security: avoid calling a NULL function pointer in drivers/video/tvaudio.cArjan van de Ven1-1/+1
2008-10-22DVB: au0828: add support for another USB id for Hauppauge HVR950QMichael Krufky2-1/+4
2008-10-22drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831)Matthias Hopf1-1/+1
2008-10-22ACPI: Ignore _BQC object when registering backlight deviceZhao Yakui1-2/+12
2008-10-22hwmon: (it87) Prevent power-off on Shuttle SN68PTJean Delvare1-6/+33
2008-10-22Check mapped ranges on sysfs resource filesLinus Torvalds1-0/+19
2008-10-22x86: avoid dereferencing beyond stack + THREAD_SIZEDavid Rientjes1-2/+2
2008-10-22PCI: disable ASPM on pre-1.1 PCIe devicesShaohua Li3-1/+16
2008-10-22PCI: disable ASPM per ACPI FADT settingShaohua Li4-0/+18
2008-10-22V4L/DVB (9053): fix buffer overflow in uvc-videoRalph Loader1-1/+1
2008-10-22V4L/DVB (8617): uvcvideo: don't use stack-based buffers for USB transfers.Laurent Pinchart2-23/+43
2008-10-22V4L/DVB (8498): uvcvideo: Return sensible min and max values when querying a ...Laurent Pinchart1-1/+12
2008-10-22Don't allow splice() to files opened with O_APPENDLinus Torvalds1-0/+3
2008-10-22V4L: zr36067: Fix RGBR pixel formatJean Delvare1-1/+1
2008-10-22V4L: bttv: Prevent NULL pointer dereference in radio_openJean Delvare1-1/+1
2008-10-22libata: LBA28/LBA48 off-by-one bug in ata.hTaisuke Yamada1-1/+1
2008-10-22libata: fix EH action overwriting in ata_eh_reset()Tejun Heo1-2/+2
2008-10-22libata: always do follow-up SRST if hardreset returned -EAGAINTejun Heo1-14/+6
2008-10-22fbcon_set_all_vcs: fix kernel crash when switching the rotated consolesOleg Nesterov1-2/+2
2008-10-22modules: fix module "notes" kobject leakAlexey Dobriyan1-1/+1
2008-10-22b43legacy: Fix failure in rate-adjustment mechanismLarry Finger1-1/+1
2008-10-22CIFS: make sure we have the right resume info before calling CIFSFindNextSteve French3-63/+70
2008-10-22sched_rt.c: resch needed in rt_rq_enqueue() for the root rt_rqDario Faggioli1-4/+4
2008-10-22tty: Termios locking - sort out real_tty confusions and lock readsAlan Cox1-1/+1
2008-10-22x86, early_ioremap: fix fencepost errorAlan Cox1-1/+1
2008-10-22x86: improve UP kernel when CPU-hotplug and SMP is enabledThomas Gleixner1-1/+1
2008-10-22x86: Reserve FIRST_DEVICE_VECTOR in used_vectors bitmap.Stefan Bader1-0/+3
2008-10-08Linux 2.6.26.6v2.6.26.6Greg Kroah-Hartman1-1/+1
2008-10-08S390: CVE-2008-1514: prevent ptrace padding area read/write in 31-bit modeJarod Wilson2-0/+29
2008-10-08mm owner: fix race between swapoff and exitBalbir Singh4-5/+27
2008-10-08rtc: fix kernel panic on second use of SIGIO nofiticationMarcin Slusarz1-6/+9
2008-10-08fbcon: fix monochrome color value calculationDavid Winn1-1/+1
2008-10-08ALSA: snd-powermac: HP detection for 1st iMac G3 SLRisto Suominen1-9/+22
2008-10-08ALSA: snd-powermac: mixers for PowerMac G4 AGPRisto Suominen1-3/+16
2008-10-08braille_console: only register notifiers when the braille console is usedPascal Terjan1-9/+4
2008-10-08sparc64: Fix missing devices due to PCI bridge test in of_create_pci_dev().David S. Miller1-1/+1
2008-10-08sparc64: Fix disappearing PCI devices on e3500.David S. Miller1-5/+4
2008-10-08sparc64: Fix OOPS in psycho_pcierr_intr_other().David S. Miller1-3/+5
2008-10-08sparc64: Fix interrupt register calculations on Psycho and Sabre.David S. Miller1-98/+6
2008-10-08sparc64: Fix PCI error interrupt registry on PSYCHO.David S. Miller1-3/+3
2008-10-08udp: Fix rcv socket lockingHerbert Xu1-26/+33
2008-10-08sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTHVlad Yasevich2-8/+7
2008-10-08sctp: do not enable peer features if we can't do them.Vlad Yasevich1-2/+7
2008-10-08ipsec: Fix pskb_expand_head corruption in xfrm_state_check_spaceHerbert Xu1-4/+8
2008-10-08netlink: fix overrun in attribute iterationVegard Nossum1-1/+1
2008-10-08niu: panic on resetSantwona Behera1-0/+56
2008-10-08ipv6: Fix OOPS in ip6_dst_lookup_tail().Neil Horman1-32/+32
2008-10-08XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachepArnaud Ebalard1-0/+2
2008-10-08af_key: Free dumping state on socket closeTimo Teras1-11/+19
2008-10-08pcmcia: Fix broken abuse of dev->driver_dataAlan Cox1-9/+14
2008-10-08clockevents: remove WARN_ON which was used to gather informationThomas Gleixner1-10/+8
2008-10-08ntp: fix calculation of the next jiffie to trigger RTC syncMaciej W. Rozycki1-1/+1
2008-10-08x86: HPET: read back compare register before reading counterThomas Gleixner1-0/+7
2008-10-08x86: HPET fix moronic 32/64bit thinkoThomas Gleixner1-4/+4
2008-10-08clockevents: broadcast fixup possible waitersThomas Gleixner1-1/+36
2008-10-08HPET: make minimum reprogramming delta usefulThomas Gleixner1-2/+2
2008-10-08clockevents: prevent endless loop lockupThomas Gleixner3-16/+34
2008-10-08clockevents: prevent multiple init/shutdownThomas Gleixner1-7/+13
2008-10-08clockevents: enforce reprogram in oneshot setupThomas Gleixner1-4/+14
2008-10-08clockevents: prevent endless loop in periodic broadcast handlerThomas Gleixner1-3/+8
2008-10-08clockevents: prevent clockevent event_handler ending up handler_noopVenkatesh Pallipadi3-2/+4
2008-10-08x86: fix memmap=exactmap boot argumentPrarit Bhargava2-2/+2
2008-10-08x86: add io delay quirk for Presario F700Chuck Ebbert1-0/+8
2008-10-08ACPI: Avoid bogus EC timeout when EC is in Polling modeZhao Yakui1-0/+2
2008-10-08x86: fix SMP alternatives: use mutex instead of spinlock, text_poke is sleepablePekka Paalanen1-9/+9
2008-10-08rtc: fix deadlockIngo Molnar1-8/+4
2008-10-08mm: dirty page tracking race fixNick Piggin3-7/+11
2008-10-08x86-64: fix overlap of modules and fixmap areasJan Beulich2-1/+2
2008-10-08x86: PAT proper tracking of set_memory_uc and friendsVenkatesh Pallipadi1-3/+3
2008-10-08x86: fix oprofile + hibernation badnessAndi Kleen1-3/+36
2008-10-08x86: fdiv bug detection fixKrzysztof Helt1-1/+5
2008-10-08rt2x00: Use ieee80211_hw->workqueue againIvo van Doorn3-17/+8
2008-10-08x86: Fix 27-rc crash on vsmp due to paravirt during module loadRavikiran Thirumalai1-1/+1
2008-10-08sg: disable interrupts inside sg_copy_bufferFUJITA Tomonori1-1/+4
2008-10-08ocfs2: Increment the reference count of an already-active stack.Joel Becker1-3/+4
2008-10-08APIC routing fixYinghai Lu8-8/+22
2008-10-08sched: fix process time monotonicityBalbir Singh4-62/+66
2008-10-08block: submit_bh() inadvertently discards barrier flag on a sync writeJens Axboe1-5/+8
2008-10-08x86: Fix broken LDT access in VMIZachary Amsden1-1/+1
2008-10-08x64, fpu: fix possible FPU leakage in error conditionsSuresh Siddha3-4/+18
2008-10-08x86-64: Clean up save/restore_i387() usageLinus Torvalds2-54/+53
2008-10-08KVM: SVM: fix guest global tlb flushes with NPTJoerg Roedel1-0/+4
2008-10-08KVM: SVM: fix random segfaults with NPT enabledJoerg Roedel1-0/+10
2008-10-08ALSA: remove unneeded power_mutex lock in snd_pcm_dropTakashi Iwai1-10/+3
2008-10-08ALSA: fix locking in snd_pcm_open*() and snd_rawmidi_open*()Takashi Iwai2-4/+4
2008-10-08ALSA: oxygen: fix distorted output on AK4396-based cardsClemens Ladisch2-0/+8
2008-10-08ALSA: hda - Fix model for Dell Inspiron 1525Takashi Iwai1-1/+1
2008-10-08SCSI: qla2xxx: Defer enablement of RISC interrupts until ISP initialization c...Andrew Vasquez2-1/+2
2008-10-08USB: fix hcd interrupt disablingGeoff Levand1-1/+2
2008-10-08smb.h: do not include linux/time.h in userspaceKirill A. Shutemov1-0/+2
2008-10-08pxa2xx_spi: fix build breakageMike Rapoport1-2/+2
2008-10-08pxa2xx_spi: chipselect bugfixesNed Forrester1-11/+48
2008-10-08pxa2xx_spi: dma bugfixesNed Forrester1-14/+43
2008-10-08mm: mark the correct zone as full when scanning zonelistsMel Gorman2-7/+7
2008-10-08async_tx: fix the bug in async_tx_run_dependenciesYuri Tikhonov1-1/+2
2008-10-08drivers/mmc/card/block.c: fix refcount leak in mmc_block_open()Andrew Morton1-1/+3
2008-10-08ixgbe: initialize interrupt throttle rateAndy Gospodarek1-0/+6
2008-10-08i2c-dev: Return correct error code on class_create() failureSven Wegener1-1/+3
2008-10-08ACPI: Fix thermal shutdownsMilan Broz1-1/+1
2008-10-08x86-32: AMD c1e force timer broadcast lateChuck Ebbert1-1/+24
2008-09-08Linux 2.6.26.5v2.6.26.5Greg Kroah-Hartman1-1/+1
2008-09-08NET: fix build error caused by Greg K-HGreg Kroah-Hartman3-21/+32
2008-09-08Linux 2.6.26.4v2.6.26.4Greg Kroah-Hartman1-1/+1
2008-09-08sata_mv: don't issue two DMA commands concurrentlyTejun Heo1-24/+10
2008-09-08KVM: MMU: Fix torn shadow pteAvi Kivity1-1/+1
2008-09-08x86: work around MTRR mask setting, v2Ingo Molnar1-1/+6
2008-09-08nfsd: fix buffer overrun decoding NFSv4 aclJ. Bruce Fields1-1/+1
2008-09-08sunrpc: fix possible overrun on read of /proc/sys/sunrpc/transportsCyrill Gorcunov1-14/+4
2008-09-08r8169: balance pci_map / pci_unmap pairFrancois Romieu1-1/+1
2008-09-08tg3: Fix firmware event timeoutsMatt Carlson2-16/+40
2008-09-08crypto: authenc - Avoid using clobbered request pointerHerbert Xu1-4/+6
2008-09-08sparc64: Fix cmdline_memory_size handling bugs.David S. Miller1-8/+19
2008-09-08sparc64: Fix overshoot in nid_range().David S. Miller1-0/+3
2008-09-08ipsec: Fix deadlock in xfrm_state management.David S. Miller1-9/+23
2008-09-08sctp: fix random memory dereference with SCTP_HMAC_IDENT option.Vlad Yasevich2-2/+7
2008-09-08sctp: correct bounds check in sctp_setsockopt_auth_keyVlad Yasevich1-1/+1
2008-09-08net: Unbreak userspace which includes linux/mroute.hDavid S. Miller3-50/+21
2008-09-08sch_prio: Fix nla_parse_nested_compat() regressionThomas Graf1-5/+11
2008-09-08sctp: add verification checks to SCTP_AUTH_KEY optionVlad Yasevich2-0/+9
2008-09-08sctp: fix potential panics in the SCTP-AUTH API.Vlad Yasevich2-22/+67
2008-09-08udp: Drop socket lock for encapsulated packetsHerbert Xu2-5/+7
2008-09-08pkt_sched: Fix actions referencingJamal Hadi Salim1-3/+2
2008-09-08pkt_sched: Fix return value corruption in HTB and TBF.David S. Miller2-17/+14
2008-09-08netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley10-13/+21
2008-09-08ipv6: Fix OOPS, ip -f inet6 route get fec0::1, linux-2.6.26, ip6_route_output...Brian Haley1-1/+2
2008-09-08AX.25: Fix sysctl registration if !CONFIG_AX25_DAMA_SLAVERalf Baechle1-10/+4
2008-09-08mm: make setup_zone_migrate_reserve() aware of overlapping nodesAdam Litke1-0/+7
2008-09-088250: improve workaround for UARTs that don't re-assert THRE correctlyWill Newton2-4/+13
2008-09-08rtc_time_to_tm: fix signed/unsigned arithmeticJan Altenberg1-2/+3
2008-09-08drivers/char/random.c: fix a race which can lead to a bogus BUG()Andrew Morton1-9/+10
2008-09-08cifs: fix O_APPEND on directio mountsJeff Layton1-0/+4
2008-09-08atl1: disable TSO by defaultJay Cliburn1-1/+0
2008-09-08forcedeth: fix checksum flagAyaz Abdulla1-2/+2
2008-09-08bio: fix bio_copy_kern() handling of bio->bv_lenFUJITA Tomonori1-10/+28
2008-09-08bio: fix __bio_copy_iov() handling of bio->bv_lenFUJITA Tomonori1-5/+5
2008-09-08ALSA: oxygen: prevent muting of nonexistent AC97 controlsClemens Ladisch1-1/+4
2008-09-08S390 dasd: fix data size for PSF/PRSSD commandStefan Weinhuber1-1/+1
2008-09-08x86: fix "kernel won't boot on a Cyrix MediaGXm (Geode)"Samuel Sieb1-18/+0
2008-09-08x86: work around MTRR mask settingYinghai Lu1-2/+13
2008-09-08USB: cdc-acm: don't unlock acm->mutex on error pathAlexey Dobriyan1-1/+1
2008-09-08binfmt_misc: fix false -ENOEXEC when coupled with other binary handlersPavel Emelyanov1-2/+2
2008-09-08fbdefio: add set_page_dirty handler to deferred IO FBIan Campbell3-0/+26
2008-09-08eeepc-laptop: fix use after freeMatthew Garrett1-1/+1
2008-09-08PCI: fix reference leak in pci_get_dev_by_id()Greg Kroah-Hartman1-0/+2
2008-09-08cramfs: fix named-pipe handlingAl Viro1-46/+38
2008-08-20Linux 2.6.26.3v2.6.26.3Greg Kroah-Hartman1-1/+1
2008-08-20crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore()Suresh Siddha4-1/+76
2008-08-20PCI: Limit VPD length for Broadcom 5708SDean Hildebrand1-1/+6
2008-08-20CIFS: properly account for new user= field in SPNEGO upcall string allocationJeff Layton1-7/+11
2008-08-20usb-storage: automatically recognize bad residuesAlan Stern1-2/+15
2008-08-20usb-storage: revert DMA-alignment change for Wireless USBAlan Stern1-10/+15
2008-08-20qla2xxx: Set an rport's dev_loss_tmo value in a consistent manner.Andrew Vasquez2-19/+3
2008-08-20qla2xxx: Add dev_loss_tmo_callbk/terminate_rport_io callback support.Seokmann Ju5-25/+78
2008-08-20x86: fix setup code crashes on my old 486 boxJoerg Roedel3-7/+13
2008-08-20x86: fix spin_is_contended()Jan Beulich1-2/+2
2008-08-20sparc64: Handle stack trace attempts before irqstacks are setup.David S. Miller2-20/+21
2008-08-20sparc64: Implement IRQ stacks.David S. Miller8-30/+161
2008-08-20sparc64: Make global reg dumping even more useful.David S. Miller3-10/+40
2008-08-20sparc64: Fix recursion in stack overflow detection handling.David S. Miller1-3/+14
2008-08-20sparc64: Fix end-of-stack checking in save_stack_trace().David S. Miller1-2/+4
2008-08-20rtl8187: Fix lockups due to concurrent access to config routineLarry Finger2-0/+7
2008-08-20cs5520: add enablebits checkingBartlomiej Zolnierkiewicz1-0/+1
2008-08-20radeon: misc correctionsDavid Miller2-4/+5
2008-08-20CIFS: Fix compiler warning on 64-bitJan Beulich1-1/+1
2008-08-20ide: it821x in pass-through mode segfaults in 2.6.26-stableDimitri Gorokhovik1-0/+6
2008-08-20x86: amd opteron TOM2 mask val fixYinghai Lu2-3/+3
2008-08-20ALSA: ASoC: fix SNDCTL_DSP_SYNC support in Freescale 8610 sound driversTimur Tabi1-111/+124
2008-08-20i2c: Let users select algorithm drivers manually againJean Delvare2-3/+22
2008-08-20i2c: Fix NULL pointer dereference in i2c_new_probed_deviceHans Verkuil1-1/+3
2008-08-20ALSA: asoc: restrict sample rate and size in Freescale MPC8610 sound driversTimur Tabi2-11/+70
2008-08-20r8169: avoid thrashing PCI conf space above RTL_GIGA_MAC_VER_06Marcus Sundberg1-2/+4
2008-08-20KVM: ia64: Fix irq disabling leak in error handling codeJulia Lawall1-2/+3
2008-08-20KVM: task switch: translate guest segment limit to virt-extension byte granul...Marcelo Tosatti1-0/+4
2008-08-20KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity3-1/+9
2008-08-20KVM: task switch: use seg regs provided by subarch instead of reading from GDTMarcelo Tosatti1-63/+30