summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* clockevents: prevent endless loop in periodic broadcast handlerThomas Gleixner2008-10-081-3/+8
* clockevents: prevent clockevent event_handler ending up handler_noopVenkatesh Pallipadi2008-10-083-2/+4
* ACPI: Avoid bogus EC timeout when EC is in Polling modeZhao Yakui2008-10-081-0/+2
* rtc: fix deadlockIngo Molnar2008-10-081-8/+4
* x86: add io delay quirk for Presario F700Chuck Ebbert2008-10-081-0/+8
* ACPI: Fix thermal shutdownsMilan Broz2008-10-081-1/+1
* i2c-dev: Return correct error code on class_create() failureSven Wegener2008-10-081-1/+3
* drivers/mmc/card/block.c: fix refcount leak in mmc_block_open()Andrew Morton2008-10-081-1/+3
* pxa2xx_spi: fix build breakageMike Rapoport2008-10-081-2/+2
* pxa2xx_spi: chipselect bugfixesNed Forrester2008-10-081-11/+48
* pxa2xx_spi: dma bugfixesNed Forrester2008-10-081-14/+43
* USB: fix hcd interrupt disablingGeoff Levand2008-10-081-1/+2
* Linux 2.6.25.17v2.6.25.17Greg Kroah-Hartman2008-09-081-1/+1
* sch_prio: Fix nla_parse_nested_compat() regressionThomas Graf2008-09-081-5/+11
* sctp: fix random memory dereference with SCTP_HMAC_IDENT option.Vlad Yasevich2008-09-082-2/+7
* sctp: correct bounds check in sctp_setsockopt_auth_keyVlad Yasevich2008-09-081-1/+1
* sctp: add verification checks to SCTP_AUTH_KEY optionVlad Yasevich2008-09-082-0/+9
* sctp: fix potential panics in the SCTP-AUTH API.Vlad Yasevich2008-09-082-22/+67
* cifs: fix O_APPEND on directio mountsJeff Layton2008-09-081-0/+4
* cramfs: fix named-pipe handlingAl Viro2008-09-081-46/+38
* crypto: authenc - Avoid using clobbered request pointerHerbert Xu2008-09-081-4/+6
* fbdefio: add set_page_dirty handler to deferred IO FBIan Campbell2008-09-083-0/+26
* forcedeth: fix checksum flagAyaz Abdulla2008-09-081-2/+2
* mm: make setup_zone_migrate_reserve() aware of overlapping nodesAdam Litke2008-09-081-0/+7
* nfsd: fix buffer overrun decoding NFSv4 aclJ. Bruce Fields2008-09-081-1/+1
* r8169: balance pci_map / pci_unmap pairFrancois Romieu2008-09-081-1/+1
* sunrpc: fix possible overrun on read of /proc/sys/sunrpc/transportsCyrill Gorcunov2008-09-081-14/+4
* USB: cdc-acm: don't unlock acm->mutex on error pathAlexey Dobriyan2008-09-081-1/+1
* x86: work around MTRR mask settingYinghai Lu2008-09-081-2/+13
* Linux 2.6.25.16v2.6.25.16Greg Kroah-Hartman2008-08-201-1/+1
* qla2xxx: Set an rport's dev_loss_tmo value in a consistent manner.Andrew Vasquez2008-08-202-19/+3
* qla2xxx: Add dev_loss_tmo_callbk/terminate_rport_io callback support.Seokmann Ju2008-08-205-25/+78
* x86: fix setup code crashes on my old 486 boxJoerg Roedel2008-08-203-7/+13
* x86: fix spin_is_contended()Jan Beulich2008-08-201-2/+2
* CIFS: Fix compiler warning on 64-bitJan Beulich2008-08-201-1/+1
* i2c: Fix NULL pointer dereference in i2c_new_probed_deviceHans Verkuil2008-08-201-1/+3
* netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMPDavid Howells2008-08-201-1/+1
* r8169: avoid thrashing PCI conf space above RTL_GIGA_MAC_VER_06Marcus Sundberg2008-08-201-2/+4
* radeon: misc correctionsDavid Miller2008-08-202-4/+5
* uml: PATH_MAX needs limits.hIngo Molnar2008-08-201-0/+1
* uml: Fix boot crashJeff Dike2008-08-201-0/+8
* uml: fix gcc ICEs and unresolved externsJeff Dike2008-08-203-1/+10
* uml: work around broken host PTRACE_SYSEMUJeff Dike2008-08-201-9/+16
* uml: stub needs to tolerate SIGWINCHJeff Dike2008-08-201-1/+1
* uml: memcpy export needs to follow host declarationJeff Dike2008-08-201-0/+4
* uml: missing export of csum_partial() on uml/amd64Al Viro2008-08-201-0/+1
* uml: deal with inaccessible address space startTom Spink2008-08-204-12/+32
* uml: deal with host time going backwardsJeff Dike2008-08-201-0/+7
* uml: missed kmalloc() in pcap_user.cAl Viro2008-08-201-1/+1
* uml: track and make up lost ticksJeff Dike2008-08-203-6/+53