summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ipv4: fix for ip_options_rcv_srr() daddr update.Li Wei2011-11-091-0/+1
| * | | | | ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler2011-11-092-4/+4
| * | | | | ah: Correctly pass error codes in ahash output callback.Nick Bowler2011-11-092-4/+0
| * | | | | net: drivers/net/hippi/Kconfig should be sourcedPaul Bolle2011-11-092-1/+3
| * | | | | net/ll_temac: FIX : Wait for indirect wait to endRicardo Ribalda2011-11-091-0/+1
| * | | | | net/temac: FIX segfault when process old irqsRicardo Ribalda2011-11-091-1/+5
| * | | | | ipv4: Fix inetpeer expire time informationSteffen Klassert2011-11-081-3/+7
| * | | | | net: min_pmtu default is 552Eric Dumazet2011-11-081-1/+1
| * | | | | tcp: Fix comments for Nagle algorithmFeng King2011-11-081-1/+1
| * | | | | sunhme: Allow usage on SBI based SBus systemsoftedal2011-11-081-1/+1
| * | | | | l2tp: fix l2tp_udp_recv_core()Eric Dumazet2011-11-081-4/+4
| * | | | | Fix incorrect usage of NET_IP_ALIGNNico Erfurth2011-11-081-3/+4
| * | | | | ipv6: drop packets when source address is multicastBrian Haley2011-11-081-0/+8
| * | | | | r8169: increase the delay parameter of pm_schedule_suspendhayeswang2011-11-081-1/+1
* | | | | | Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-11-2014-49/+189
|\ \ \ \ \ \
| * | | | | | KVM guest: prevent tracing recursion with kvmclockAvi Kivity2011-11-201-2/+3
| * | | | | | Revert "KVM: PPC: Add support for explicit HIOR setting"Alexander Graf2011-11-175-24/+2
| * | | | | | KVM: VMX: Check for automatic switch msr table overflowGleb Natapov2011-11-171-1/+5
| * | | | | | KVM: VMX: Add support for guest/host-only profilingGleb Natapov2011-11-171-0/+21
| * | | | | | KVM: VMX: add support for switching of PERF_GLOBAL_CTRLGleb Natapov2011-11-171-11/+93
| * | | | | | KVM: s390: announce SYNC_MMUChristian Borntraeger2011-11-171-0/+1
| * | | | | | KVM: s390: Fix tprot lockingChristian Borntraeger2011-11-171-2/+8
| * | | | | | KVM: s390: handle SIGP sense running interceptsCornelia Huck2011-11-173-0/+41
| * | | | | | KVM: s390: Fix RUNNING flag misinterpretationCornelia Huck2011-11-176-9/+15
* | | | | | | Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds2011-11-2015-32/+88
|\ \ \ \ \ \ \
| * | | | | | | ARM: wire up process_vm_writev and process_vm_readv syscallsRussell King2011-11-172-0/+4
| * | | | | | | ARM: 7160/1: setup: avoid overflowing {elf,arch}_name from proc_info_listWill Deacon2011-11-121-2/+4
| * | | | | | | ARM: 7158/1: add new MFP implement for NUC900wanzongshun2011-11-123-8/+45
| * | | | | | | ARM: 7157/1: fix a building WARNING for nuc900wanzongshun2011-11-121-2/+2
| * | | | | | | ARM: 7156/1: l2x0: fix compile error on !CONFIG_USE_OFOlof Johansson2011-11-121-0/+2
| * | | | | | | ARM: 7155/1: arch.h: Declare 'pt_regs' locallyFabio Estevam2011-11-091-0/+1
| * | | | | | | ARM: 7154/1: mach-bcmring: fix build error in dma.cMaxin B. John2011-11-091-0/+1
| * | | | | | | ARM: 7153/1: mach-bcmring: fix build error in core.cMaxin B. John2011-11-091-1/+1
| * | | | | | | ARM: 7152/1: distclean: Remove generated .dtb filesDirk B2011-11-081-0/+2
| * | | | | | | ARM: 7150/1: Allow kernel unaligned accesses on ARMv6+ processorsCatalin Marinas2011-11-081-1/+1
| * | | | | | | ARM: 7149/1: spi/pl022: Enable clock in probeUlf Hansson2011-11-081-0/+8
| * | | | | | | Revert "ARM: 7098/1: kdump: copy kernel relocation code at the kexec prepare ...Russell King2011-11-071-18/+17
* | | | | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-11-2012-61/+89
|\ \ \ \ \ \ \ \
| * | | | | | | | PM / Suspend: Fix bug in suspend statistics updateSrivatsa S. Bhat2011-11-191-1/+2
| * | | | | | | | PM / Hibernate: Fix the early termination of test modesSrivatsa S. Bhat2011-11-181-6/+17
| * | | | | | | | PM / shmobile: Fix build of sh7372_pm_init() for CONFIG_PM unsetRafael J. Wysocki2011-11-171-5/+14
| * | | | | | | | PM Sleep: Do not extend wakeup paths to devices with ignore_children setRafael J. Wysocki2011-11-174-8/+8
| * | | | | | | | PM / driver core: disable device's runtime PM during shutdownPeter Chen2011-11-151-0/+3
| * | | | | | | | PM / devfreq: correct Kconfig dependencyMyungJoo Ham2011-11-141-24/+17
| * | | | | | | | PM / devfreq: fix use after free in devfreq_remove_deviceAxel Lin2011-11-141-2/+6
| * | | | | | | | PM / shmobile: Avoid restoring the INTCS state during initializationRafael J. Wysocki2011-11-141-4/+8
| * | | | | | | | PM / devfreq: Remove compiler error after irq.h updateMyungJoo Ham2011-11-101-0/+2
| * | | | | | | | PM / QoS: Properly use the WARN() macro in dev_pm_qos_add_request()Guennadi Liakhovetski2011-11-101-12/+6
| * | | | | | | | PM / Clocks: Only disable enabled clocks in pm_clk_suspend()Magnus Damm2011-11-101-1/+2
| * | | | | | | | ARM: mach-shmobile: sh7372 A3SP no_suspend_console fixMagnus Damm2011-11-101-0/+6
OpenPOWER on IntegriCloud