aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-11-24kgr: ignore zombie tasks during the patchingkgraft-4.4Miroslav Benes1-1/+7
2016-05-02kgraft/xen: Do not block livepatching in the XEN blkif kthreadPetr Mladek1-2/+3
2016-05-02kgraft/gfs2: Do not block livepatching in the log daemon for too longPetr Mladek1-1/+3
2016-05-02kgraft/bcache: Do not block livepatching in the writeback thread for too longPetr Mladek1-1/+4
2016-04-19kgr: define pr_fmt and modify all pr_* messagesMiroslav Benes2-34/+38
2016-04-19kgr: taint with TAINT_LIVEPATCHJiri Slaby1-0/+3
2016-03-31kgr: add sympos and objname to error and debug messagesMiroslav Benes1-29/+47
2016-03-31kgr: add sympos to sysfsMiroslav Benes1-4/+4
2016-03-31kgr: add sympos as disambiguator field to kgr_patch_fun structureMiroslav Benes2-11/+84
2016-03-31kgr: change to kallsyms_on_each_symbol iteratorMiroslav Benes1-1/+32
2016-03-31kgr: call kgr_init_ftrace_ops() only for loaded objectsMiroslav Benes1-9/+8
2016-03-31kgr: fix an asymmetric dealing with delayed module loadingMiroslav Benes1-9/+4
2016-03-31kgr: fix subtle race with kgr_module_init(), going notifier and kgr_modify_ke...Miroslav Benes3-7/+26
2016-03-31kgr: do not return and print an error only if the object is not loadedMiroslav Benes1-2/+17
2016-03-31kgr: remove abort_if_missing flagMiroslav Benes4-22/+13
2016-03-31kgr: add objname to kgr_patch_fun structMiroslav Benes1-0/+10
2016-03-18kgr: fix reversion of a patch already reverted by a replace_all patchMiroslav Benes1-1/+1
2016-03-18kgr: kmemleak, really mark the kthread safe after an interruptPetr Mladek1-3/+3
2016-01-27kgr: mark task_safe in non-upstream kthreadsJiri Slaby2-1/+4
2016-01-27kgr: send a fake signal to all blocking tasksMiroslav Benes2-1/+37
2016-01-27kgr: correct error handling of the first patching stageMiroslav Benes1-15/+142
2016-01-27kgr: support for forcing success of patching processMiroslav Benes3-1/+24
2016-01-27kgr: allow replace_allJiri Slaby3-22/+223
2016-01-27kgr: allow for forced module loadMiroslav Benes3-3/+44
2016-01-27kgr: try to apply skipped patches when a module is loadedPetr Mladek3-0/+150
2016-01-27kgr: handle patched modules that are being removedPetr Mladek1-0/+162
2016-01-27kgr: allow stacking of patchesJiri Slaby3-5/+190
2016-01-27kgr: handle irqsJiri Slaby2-3/+41
2016-01-27kgr: kthreads supportJiri Slaby1-11/+35
2016-01-27kgr: mark task_safe in some kthreadsJiri Slaby188-168/+481
2016-01-27kgr: add DocumentationJiri Slaby1-0/+44
2016-01-27kgr: add testing kgraft patchJiri Slaby4-2/+108
2016-01-27kgr: initial codeJiri Kosina10-0/+842
2016-01-14ftrace: Make ftrace_is_dead available globallyJiri Slaby2-2/+3
2016-01-13livepatch: kgr, kgr_in_progress for all threadsJiri Slaby1-0/+23
2016-01-13livepatch: add kgr infrastructureJiri Slaby8-4/+86
2016-01-13s390: livepatch, reorganize TIF bitsJiri Slaby1-8/+14
2016-01-10Linux 4.4v4.4Linus Torvalds1-1/+1
2016-01-09Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-3/+6
2016-01-09Merge tag 'pci-v4.4-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2016-01-08vmstat: allocate vmstat_wq before it is usedMichal Hocko1-1/+1
2016-01-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-12/+49
2016-01-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+3
2016-01-08Merge tag 'pm+acpi-4.4-final' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2016-01-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds13-32/+96
2016-01-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-8/+11
2016-01-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-32/+21
2016-01-08Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2016-01-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-01-08Merge tag 'dmaengine-fix-4.4' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds6-17/+16
2016-01-08Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2016-01-08Merge tag 'sound-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds8-18/+104
2016-01-08Merge tag 'omap-for-v4.4/onenand-corruption' of git://git.kernel.org/pub/scm/...Arnd Bergmann1-5/+9
2016-01-08Revert "block: Split bios on chunk boundaries"Jens Axboe1-1/+1
2016-01-08PCI: dra7xx: Mark driver as brokenRichard Cochran1-0/+1
2016-01-08firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6Andrea Arcangeli1-3/+3
2016-01-08ACPI / property: avoid leaking format string into kobject nameKees Cook1-1/+1
2016-01-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2016-01-07Merge tag 'iommu-fixes-v4.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+9
2016-01-07Merge tag 'trace-v4.4-rc4-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+7
2016-01-07ftrace/module: Call clean up function when module init fails earlySteven Rostedt (Red Hat)2-0/+7
2016-01-07dts: vt8500: Add SDHC node to DTS file for WM8650Roman Volkov1-0/+9
2016-01-07ARM: Fix broken USB support in multi_v7_defconfig for sunxi devicesTimo Sigurdsson1-0/+1
2016-01-07kvm: x86: only channel 0 of the i8254 is linked to the HPETPaolo Bonzini2-1/+3
2016-01-07iommu/dma: Use correct offset in map_sgRobin Murphy1-1/+1
2016-01-07Merge branch 'linux-4.4' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-0/+1
2016-01-07dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flagRameshwar Prasad Sahu1-0/+4
2016-01-07async_tx: use GFP_NOWAIT rather than GFP_IONeilBrown4-7/+7
2016-01-07ARM: versatile: fix MMC/SD interrupt assignmentLinus Walleij2-4/+26
2016-01-07ARM: nomadik: set latencies to 8 cyclesLinus Walleij1-3/+3
2016-01-06Merge tag 'for-linus-20160106' of git://git.infradead.org/linux-mtdLinus Torvalds3-16/+22
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-117/+150
2016-01-06tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng1-0/+3
2016-01-06Driver: Vmxnet3: Fix regression caused by 5738a09Shrikrishna Khare2-6/+6
2016-01-06net: qmi_wwan: Add WeTelecom-WPD600NKristian Evensen1-0/+1
2016-01-06mkiss: fix scribble on freed memoryAlan1-0/+5
2016-01-06net: possible use after free in dst_releaseFrancesco Ruggeri1-1/+2
2016-01-06Merge tag 'asoc-fix-v4.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai152-857/+1608
2016-01-06ARM: OMAP2+: Fix onenand rate detection to avoid filesystem corruptionTony Lindgren1-5/+9
2016-01-06sched/core: Reset task's lockless wake-queues on fork()Sebastian Andrzej Siewior1-0/+1
2016-01-06sched/core: Fix unserialized r-m-w scribbling stuffPeter Zijlstra1-5/+6
2016-01-06sched/core: Check tgid in is_global_init()Sergey Senozhatsky1-2/+3
2016-01-06sched/fair: Fix multiplication overflow on 32-bit systemsAndrey Ryabinin1-1/+1
2016-01-06perf: Fix race in swevent hashPeter Zijlstra1-19/+1
2016-01-06perf: Fix race in perf_event_exec()Peter Zijlstra1-10/+5
2016-01-06dmaengine: Revert "dmaengine: mic_x100: add missing spin_unlock"Ashutosh Dixit1-10/+5
2016-01-06net: sched: fix missing free per cpu on qstatsJohn Fastabend1-1/+3
2016-01-06ARM: net: bpf: fix zero right shiftRabin Vincent1-1/+2
2016-01-066pack: fix free memory scribblesOne Thousand Gnomes1-0/+6
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent5-56/+25
2016-01-05mtd: spi-nor: fix stm_is_locked_sr() parametersBrian Norris1-2/+2
2016-01-05mtd: spi-nor: fix Spansion regressions (aliased with Winbond)Brian Norris2-5/+3
2016-01-05Merge remote-tracking branch 'asoc/fix/intel' into asoc-linusMark Brown3-1/+8
2016-01-05Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linusMark Brown2-0/+8
2016-01-05Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linusMark Brown1-1/+1
2016-01-05Merge remote-tracking branch 'asoc/fix/arizona' into asoc-linusMark Brown1-1/+1
2016-01-05bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa1-1/+4
2016-01-05Merge tag 'trace-v4.4-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+2
2016-01-05Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2-9/+10
2016-01-05tile: provide CONFIG_PAGE_SIZE_64KB etc for tileproChris Metcalf2-9/+10
2016-01-05ASoC: Intel: Skylake: Fix the memory leakVinod Koul3-0/+8
2016-01-05ASoC: Intel: Skylake: Revert previous broken fix memory leak fixVinod Koul1-1/+0
2016-01-04af_unix: Fix splice-bind deadlockRainer Weikusat1-26/+40
2016-01-04net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern5-14/+33
2016-01-04r8152: add reset_resume functionhayeswang1-1/+9
2016-01-04connector: bump skb->users before callback invocationFlorian Westphal1-8/+3
2016-01-04cxgb4: correctly handling failed allocationInsu Yun1-0/+4
2016-01-04qlcnic: correctly handle qlcnic_alloc_mbx_argsInsu Yun1-2/+4
2016-01-05drm/nouveau/gr/nv40: fix oops in interrupt handlerBen Skeggs1-0/+1
2016-01-04tracing: Fix setting of start_index in find_next()Qiu Peiyang1-0/+1
2016-01-04mtd: fix cmdlinepart parser, early naming for auto-filled MTDBrian Norris1-9/+17
2016-01-04ftrace/scripts: Fix incorrect use of sprintf in recordmcountColin Ian King1-1/+1
2016-01-03Linux 4.4-rc8Linus Torvalds1-1/+1
2016-01-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2016-01-03Merge tag 'drm-intel-fixes-2016-01-02' of git://anongit.freedesktop.org/drm-i...Linus Torvalds2-5/+9
2015-12-31Merge tag 'pci-v4.4-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds3-18/+25
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds36-198/+334
2015-12-31sparc: Wire up mlock2 system call.David S. Miller3-4/+5
2015-12-31sparc: Add all necessary direct socket system calls.David S. Miller3-18/+24
2015-12-31ARM: Fix broken USB support in sunxi_defconfigTimo Sigurdsson1-0/+1
2015-12-30sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2-4/+5
2015-12-30Merge tag 'wireless-drivers-for-davem-2015-12-28' of git://git.kernel.org/pub...David S. Miller2-20/+44
2015-12-30net, socket, socket_wq: fix missing initialization of flagsNicolai Stange1-0/+1
2015-12-30Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds5-8/+24
2015-12-30x86/numachip: Fix NumaConnect2 MMCFG PCI accessDaniel J Blueman1-4/+1
2015-12-30ASoC: Use nested lock for snd_soc_dapm_mutex_lockCharles Keepax1-1/+1
2015-12-30ASoC: rt5645: add sys clk detectionBard Liao2-0/+8
2015-12-30drm/i915: increase the tries for HDMI hotplug live status checkingGary Wang1-1/+1
2015-12-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-39/+102
2015-12-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-36/+37
2015-12-29mm/vmstat: fix overflow in mod_zone_page_state()Heiko Carstens2-8/+8
2015-12-29ocfs2/dlm: clear migration_pending when migration target goes downxuejiufei1-0/+2
2015-12-29mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()Andrew Banman1-12/+19
2015-12-29ocfs2: fix flock panic issueJunxiao Bi1-1/+4
2015-12-29m32r: add io*_rep helpersSudip Mukherjee1-1/+9
2015-12-29m32r: fix build failureSudip Mukherjee1-0/+1
2015-12-29arch/x86/xen/suspend.c: include xen/xen.hAndrew Morton1-0/+1
2015-12-29mm: memcontrol: fix possible memcg leak due to interrupted reclaimVladimir Davydov1-14/+46
2015-12-29ocfs2: fix BUG when calculate new backup superJoseph Qi1-3/+12
2015-12-29MIPS: VDSO: Fix build error with binutils 2.24 and earlierGuenter Roeck1-1/+1
2015-12-29drivers: net: cpsw: fix error return codeJulia Lawall1-3/+7
2015-12-29openvswitch: Fix template leak in error cases.Joe Stringer1-2/+4
2015-12-29[PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()Al Viro1-36/+37
2015-12-29lightnvm: wrong offset in bad blk lun calculationMatias Bjørling1-1/+1
2015-12-29ALSA: hda - Add keycode map for alc input deviceHui Wang1-3/+16
2015-12-29ALSA: hda - Add mic mute hotkey quirk for Lenovo ThinkCentre AIOKailang1-13/+71
2015-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds12-101/+134
2015-12-28null_blk: use async queue restart helperJens Axboe1-6/+5
2015-12-28block: add blk_start_queue_async()Jens Axboe2-0/+17
2015-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-31/+30
2015-12-28Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds1-9/+9
2015-12-28RDMA/be2net: Remove open and close entry pointsDevesh Sharma4-45/+1
2015-12-28RDMA/ocrdma: Depend on async link events from CNADevesh Sharma6-22/+119
2015-12-28RDMA/ocrdma: Dispatch only port event when port state changesDevesh Sharma1-23/+0
2015-12-28RDMA/ocrdma: Fix vlan-id assignment in qp parametersDevesh Sharma1-3/+4
2015-12-28iommu/ipmmu-vmsa: Don't truncate ttbr if LPAE is not enabledGeert Uytterhoeven1-1/+1
2015-12-28iommu/dma: Avoid unlikely high-order allocationsRobin Murphy1-2/+4
2015-12-28iommu/dma: Add some missing #includesRobin Murphy1-0/+3
2015-12-28Merge remote-tracking branch 'mkp-scsi/4.4/scsi-fixes' into fixesJames Bottomley1-3/+6
2015-12-28sctp: label accepted/peeled off socketsMarcelo Ricardo Leitner1-0/+2
2015-12-28sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner1-3/+6
2015-12-27Linux 4.4-rc7Linus Torvalds1-1/+1
2015-12-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds8-24/+42
2015-12-27Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds13-13/+27
2015-12-27MIPS: Fix bitrot in __get_user_unaligned()Al Viro1-3/+3
2015-12-26Merge tag 'pm+acpi-4.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+3
2015-12-26Merge tag 'md/4.4-rc6-fix' of git://neil.brown.name/mdLinus Torvalds1-4/+7
2015-12-26Merge tag 'upstream-4.4-rc7' of git://git.infradead.org/linux-ubifsLinus Torvalds3-26/+31
2015-12-26Merge tag 'trace-v4.4-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-24/+113
2015-12-26Merge tag 'arc-4.4-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-22/+14
2015-12-26Merge branches 'acpi-processor' and 'pm-cpufreq'Rafael J. Wysocki1-1/+1
2015-12-25Merge branch 'parisc-4.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+52
2015-12-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds21-148/+271
2015-12-24ASoC: arizona: Fix bclk for sample rates that are multiple of 4kHzNikesh Oswal1-1/+1
2015-12-24tty/serial: Skip 'NULL' char after console break when sysrq enabledVijay Kumar1-2/+4
2015-12-24sparc64: fix FP corruption in user copy functionsRob Gardner13-134/+235
2015-12-24sparc64: Perf should save/restore fault infoRob Gardner1-0/+4
2015-12-24sparc64: Ensure perf can access user stacksRob Gardner1-0/+7
2015-12-24sparc64: Don't set %pil in rtrap_nmi too earlyRob Gardner1-1/+7
2015-12-24sparc64: Add ADI capability to cpu capabilitiesKhalid Aziz2-4/+6
2015-12-24tty: serial: constify sunhv_ops structsAya Mahfouz1-3/+3
2015-12-24qlcnic: fix a loop exit condition betterDan Carpenter1-1/+1
2015-12-23net: cdc_ncm: avoid changing RX/TX buffers on MTU changesBjørn Mork3-1/+33
2015-12-23geneve: initialize needed_headroomPaolo Abeni1-1/+9
2015-12-23ipv6: honor ifindex in case we receive ll addresses in router advertisementsHannes Frederic Sowa1-2/+2
2015-12-24cpufreq: scpi-cpufreq: signedness bug in scpi_get_dvfs_info()Dan Carpenter1-1/+1
2015-12-23sparc: Hook up userfaultfd system callMike Kravetz3-4/+5
2015-12-23Merge tag 'sound-4.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds10-15/+88
2015-12-23Merge tag 'drm-intel-fixes-2015-12-23' of git://anongit.freedesktop.org/drm-i...Linus Torvalds7-61/+154
2015-12-23Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-22/+48
2015-12-23drm/i915: Unbreak check_digital_port_conflicts()Ville Syrjälä1-4/+8
2015-12-23Merge tag 'asoc-fix-v4.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai265-1218/+2236
2015-12-22IB/mlx4: Replace kfree with kvfree in mlx4_ib_destroy_srqWengang Wang1-1/+1
2015-12-22IB/cma: cma_match_net_dev needs to take into account port_numMatan Barak1-7/+9
2015-12-23Merge remote-tracking branches 'asoc/fix/davinci', 'asoc/fix/es8328', 'asoc/f...Mark Brown8-13/+45
2015-12-22block: Split bios on chunk boundariesKeith Busch1-1/+1
2015-12-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-6/+24
2015-12-22Merge tag 'nfsd-4.4-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2015-12-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-16/+48