LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
[PATCH] ocfs2: fix a null pointer derefrence in ocfs2_block_group_clear_bits()
2020-03-19 9:26 UTC (2+ messages)
RCU use of swait
2020-03-19 9:25 UTC (4+ messages)
[patch V2 00/15] Lock ordering documentation and annotation for lockdep
2020-03-19 9:21 UTC (13+ messages)
` [patch V2 03/15] usb: gadget: Use completion interface instead of open coding it
` [patch V2 04/15] orinoco_usb: Use the regular completion interfaces
` [patch V2 07/15] powerpc/ps3: Convert half completion to rcuwait
` [patch V2 08/15] Documentation: Add lock ordering and nesting documentation
` [patch V2 11/15] completion: Use simple wait queues
[PATCHv2] exec: Fix a deadlock in ptrace
2020-03-19 9:20 UTC (22+ messages)
` [PATCHv6] "
` [PATCH 0/2] Infrastructure to allow fixing exec deadlocks
` [PATCH 0/5] "
` [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
` [PATCH v3 "
` [PATCH v4 3/5] "
[PATCHv3 0/3] clean up KPTI / SDEI trampoline data alignment
2020-03-19 9:14 UTC (4+ messages)
` [PATCH 1/3] arm64: clean up trampoline vector loads
` [PATCH 2/3] arm64/sdei: gather trampolines' .rodata
` [PATCH 3/3] arm64: reduce trampoline data alignment
[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support
2020-03-19 9:14 UTC (71+ messages)
` [PATCH 01/70] KVM: SVM: Add GHCB definitions
` [PATCH 02/70] KVM: SVM: Add GHCB Accessor functions
` [PATCH 03/70] x86/cpufeatures: Add SEV-ES CPU feature
` [PATCH 04/70] x86/traps: Move some definitions to <asm/trap_defs.h>
` [PATCH 05/70] x86/insn: Make inat-tables.c suitable for pre-decompression code
` [PATCH 06/70] x86/umip: Factor out instruction fetch
` [PATCH 07/70] x86/umip: Factor out instruction decoding
` [PATCH 08/70] x86/insn: Add insn_get_modrm_reg_off()
` [PATCH 09/70] x86/insn: Add insn_rep_prefix() helper
` [PATCH 10/70] x86/boot/compressed: Fix debug_puthex() parameter type
` [PATCH 11/70] x86/boot/compressed/64: Disable red-zone usage
` [PATCH 12/70] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH 13/70] x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
` [PATCH 14/70] x86/boot/compressed/64: Add page-fault handler
` [PATCH 15/70] x86/boot/compressed/64: Always switch to own page-table
` [PATCH 16/70] x86/boot/compressed/64: Don't pre-map memory in KASLR code
` [PATCH 17/70] x86/boot/compressed/64: Change add_identity_map() to take start and end
` [PATCH 18/70] x86/boot/compressed/64: Add stage1 #VC handler
` [PATCH 19/70] x86/boot/compressed/64: Call set_sev_encryption_mask earlier
` [PATCH 20/70] x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()
` [PATCH 21/70] x86/boot/compressed/64: Add function to map a page unencrypted
` [PATCH 22/70] x86/boot/compressed/64: Setup GHCB Based VC Exception handler
` [PATCH 23/70] x86/sev-es: Add support for handling IOIO exceptions
` [PATCH 24/70] x86/fpu: Move xgetbv()/xsetbv() into separate header
` [PATCH 25/70] x86/sev-es: Add CPUID handling to #VC handler
` [PATCH 26/70] x86/idt: Move IDT to data segment
` [PATCH 27/70] x86/idt: Split idt_data setup out of set_intr_gate()
` [PATCH 28/70] x86/idt: Move two function from k/idt.c to i/a/desc.h
` [PATCH 29/70] x86/head/64: Install boot GDT
` [PATCH 30/70] x86/head/64: Reload GDT after switch to virtual addresses
` [PATCH 31/70] x86/head/64: Load segment registers earlier
` [PATCH 32/70] x86/head/64: Switch to initial stack earlier
` [PATCH 33/70] x86/head/64: Build k/head64.c with -fno-stack-protector
` [PATCH 34/70] x86/head/64: Load IDT earlier
` [PATCH 35/70] x86/head/64: Move early exception dispatch to C code
` [PATCH 36/70] x86/sev-es: Add SEV-ES Feature Detection
` [PATCH 37/70] x86/sev-es: Compile early handler code into kernel image
` [PATCH 38/70] x86/sev-es: Setup early #VC handler
` [PATCH 39/70] x86/sev-es: Setup GHCB based boot "
` [PATCH 40/70] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
` [PATCH 41/70] x86/sev-es: Add Runtime #VC Exception Handler
` [PATCH 42/70] x86/sev-es: Support nested #VC exceptions
` [PATCH 43/70] x86/sev-es: Wire up existing #VC exit-code handlers
` [PATCH 44/70] x86/sev-es: Handle instruction fetches from user-space
` [PATCH 45/70] x86/sev-es: Harden runtime #VC handler for exceptions "
` [PATCH 46/70] x86/sev-es: Filter exceptions not supported "
` [PATCH 47/70] x86/sev-es: Handle MMIO events
` [PATCH 48/70] x86/sev-es: Handle MMIO String Instructions
` [PATCH 49/70] x86/sev-es: Handle MSR events
` [PATCH 50/70] x86/sev-es: Handle DR7 read/write events
` [PATCH 51/70] x86/sev-es: Handle WBINVD Events
` [PATCH 52/70] x86/sev-es: Handle RDTSC Events
` [PATCH 53/70] x86/sev-es: Handle RDPMC Events
` [PATCH 54/70] x86/sev-es: Handle INVD Events
` [PATCH 55/70] x86/sev-es: Handle RDTSCP Events
` [PATCH 56/70] x86/sev-es: Handle MONITOR/MONITORX Events
` [PATCH 57/70] x86/sev-es: Handle MWAIT/MWAITX Events
` [PATCH 58/70] x86/sev-es: Handle VMMCALL Events
` [PATCH 59/70] x86/sev-es: Handle #AC Events
` [PATCH 60/70] x86/sev-es: Handle #DB Events
` [PATCH 61/70] x86/paravirt: Allow hypervisor specific VMMCALL handling under SEV-ES
` [PATCH 62/70] x86/kvm: Add KVM "
` [PATCH 63/70] x86/vmware: Add VMware specific handling for VMMCALL "
` [PATCH 64/70] x86/realmode: Add SEV-ES specific trampoline entry point
` [PATCH 65/70] x86/realmode: Setup AP jump table
` [PATCH 66/70] x86/head/64: Don't call verify_cpu() on starting APs
` [PATCH 67/70] x86/head/64: Rename start_cpu0
` [PATCH 68/70] x86/sev-es: Support CPU offline/online
` [PATCH 69/70] x86/cpufeature: Add SEV_ES_GUEST CPU Feature
` [PATCH 70/70] x86/sev-es: Add NMI state tracking
Re: Re: [PATCH v6 00/14] Introduce Data Access MONitor (DAMON)
2020-03-19 9:03 UTC (2+ messages)
` "
[PATCH v2 0/2] integrate classzone_idx and high_zoneidx
2020-03-19 8:57 UTC (4+ messages)
` [PATCH v2 1/2] mm/page_alloc: use ac->high_zoneidx for classzone_idx
[PATCH] thermal: imx_sc_thermal: Fix incorrect data type
2020-03-19 8:54 UTC (2+ messages)
[GIT PULL 0/6] intel_th/stm class: Updates for v5.7
2020-03-19 8:51 UTC (2+ messages)
` [PATCH v1] intel_th: msu: Make stopping the trace optional
[PATCH v2] usb: dwc3: support continuous runtime PM with dual role
2020-03-19 8:49 UTC
[PATCH v2 1/4] clocksource: fttmr010: Parametrise shutdown
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] clocksource/drivers/fttmr010: "
[PATCH v2 2/4] clocksource: fttmr010: Set interrupt and shutdown
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] clocksource/drivers/fttmr010: "
[PATCH v2 4/4] dt-bindings: fttmr010: Add ast2600 compatible
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] "
[PATCH v5] clocksource: Add driver for the Ingenic JZ47xx OST
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] "
[PATCH v2] clocksource: owl: Improve owl_timer_init fail messages
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] clocksource/drivers/owl: "
[PATCH 2/2] clocksource: timer-ti-dm: Do not update counter on updating the period
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-ti-dm: "
[PATCH] clocksource: timer-ti-dm: Drop bogus omap_dm_timer_of_set_source()
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-ti-dm: "
[PATCH 1/4] dt-bindings: timer: Add X1000 bindings
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] "
[PATCH 3/4] clocksource: Ingenic: Add support for TCU of X1000
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] clocksource/drivers/ingenic: "
[PATCH v4] clocksource/drivers/timer-cs5535: request irq with non-NULL dev_id
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-cs5535: Request "
[tip: timers/core] clocksource: Replace setup_irq() by request_irq()
2020-03-19 8:47 UTC
[PATCH v3 1/6] clocksource: timer-ti-dm: Convert to SPDX identifier
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-ti-dm: "
[PATCH v3 2/6] clocksource: timer-ti-dm: Prepare for using cpuidle
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-ti-dm: "
[PATCH] clocksource/drivers/timer-microchip-pit64b: set rate for gck
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-microchip-pit64b: Fix "
[PATCH v3 4/6] clocksource: timer-ti-dm: Do not update counter on updating the period
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-ti-dm: "
[PATCH v4 3/6] clocksource: timer-ti-dm: Implement cpu_pm notifier for context save and restore
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-ti-dm: "
[PATCH v3 5/6] clocksource: timer-ti-dm: Add support to get pwm current status
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-ti-dm: "
[PATCH v3 6/6] clocksource: timer-ti-dm: Enable autoreload in set_pwm
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-ti-dm: "
[PATCH] clocksource: imx-tpm: Remove unused includes
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] clocksource/drivers/imx-tpm: "
[PATCH 4/5] pci: handled return value of platform_get_irq correctly
2020-03-19 8:47 UTC (2+ messages)
[PATCH v1] clocksource: Avoid creating dead devices
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-probe: "
[PATCH] clocksource: imx-sysctr: Remove unused includes
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] clocksource/drivers/imx-sysctr: "
[PATCH] sched/clock: expire timer in hardirq context
2020-03-19 8:47 UTC (2+ messages)
` [tip: timers/core] time/sched_clock: Expire "
[PATCH] irqchip/versatile-fpga: Handle chained IRQs properly
2020-03-19 8:44 UTC (3+ messages)
` [PATCH v2] "
[PATCH v3] drm/bochs: downgrade pci_request_region failure from error to warning
2020-03-19 8:39 UTC (4+ messages)
[PATCH 0/5] ad7780,ad7791,ad7793: localize all IIO channel macro defs
2020-03-19 8:38 UTC (5+ messages)
` [PATCH 5/5] iio: adc: ad7793: use read_avail iio hook for scale available
[PATCH 1/2] dt-bindings: arm: cpus: Add kryo468 compatible
2020-03-19 8:33 UTC (4+ messages)
` [PATCH 2/2] arm64: dts: qcom: sc7180: Fix cpu compatible
[PATCH v3 0/9] workingset protection/detection on the anonymous LRU list
2020-03-19 8:31 UTC (4+ messages)
` [PATCH v3 6/9] mm/workingset: handle the page without memcg
[PATCH v3 7/8] ima: Calculate and extend PCR with digests in ima_template_entry
2020-03-19 8:31 UTC (5+ messages)
linux-next: manual merge of the staging tree with the v4l-dvb tree
2020-03-19 8:30 UTC (2+ messages)
[PATCH v3 0/6] Add basic SoC Support for Mediatek MT6779 SoC
2020-03-19 8:25 UTC (4+ messages)
` [PATCH v3 1/6] dt-bindings: pinctrl: add bindings for MediaTek "
[PATCH 0/4] x86/Hyper-V: Panic code path fixes
2020-03-19 8:24 UTC (11+ messages)
` [PATCH 0/4] x86/Hyper-V: Unload vmbus channel in hv panic callback
` [PATCH 2/4] x86/Hyper-V: Free hv_panic_page when fail to register kmsg dump
[RFC PATCH 0/3] Fix quiet console in pre-panic scenarios
2020-03-19 8:20 UTC (9+ messages)
` [RFC PATCH 3/3] watchdog: Turn console verbosity on when reporting softlockup
clone3: allow creation of time namespace with offset
2020-03-19 8:16 UTC (6+ messages)
[Patch][Fix] crypto: arm{,64} neon: memzero_explicit aes-cbc key
2020-03-19 8:15 UTC (4+ messages)
[PATCH V6 0/8] vDPA support
2020-03-19 8:14 UTC (5+ messages)
` [PATCH V6 8/8] virtio: Intel IFC VF driver for VDPA
[PATCH v12 0/4] spi: cadence-quadspi: Add support for the Cadence QSPI controller
2020-03-19 8:09 UTC (3+ messages)
` [PATCH v12 2/4] mtd: spi-nor: add spi-mem support in cadence-quadspi controller driver
[PATCH V3] UIO: make maximum memory and port regions configurable
2020-03-19 8:07 UTC (3+ messages)
[PATCH] sched/fair: fix condition of avg_load calculation
2020-03-19 8:06 UTC
linux-next: Fixes tag needs some work in the risc-v-fixes tree
2020-03-19 8:06 UTC
[PATCH v3 0/4] ov5645: Switch to assigned-clock-rates
2020-03-19 8:00 UTC (9+ messages)
` [PATCH v3 3/4] media: i2c: ov5645: Set maximum leverage of external clock frequency to 24480000
[PATCH] nvmem: imx-ocotp: Improve logic to save many code lines
2020-03-19 7:55 UTC
tegra124-jetson-tk1: sata doesnt work since 5.2
2020-03-19 7:55 UTC (2+ messages)
[PATCH v2 00/17] drm: subsytem-wide debugfs functions refactor
2020-03-19 7:55 UTC (8+ messages)
` [PATCH v2 10/17] drm/vram-helper: make drm_vram_mm_debugfs_init() return 0
[PATCH v7 00/14] KVM: Dirty ring interface
2020-03-19 7:54 UTC (7+ messages)
` [PATCH v7 10/14] KVM: selftests: Use a single binary for dirty/clear log test
` [PATCH v7 11/14] KVM: selftests: Introduce after_vcpu_run hook for dirty "
` [PATCH v7 14/14] KVM: selftests: Add "-c" parameter to "
[PATCH 00/13] coresight: next v5.6-rc5
2020-03-19 7:54 UTC (7+ messages)
` [PATCH 02/13] coresight: cti: Add sysfs coresight mgmt register access
[PATCH v2 0/2] PCI: Add new UniPhier PCIe endpoint driver
2020-03-19 7:54 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: Add UniPhier PCIe endpoint controller description
` [PATCH v2 2/2] PCI: uniphier: Add UniPhier PCIe endpoint controller support
[PATCH V7 0/4] mailbox/firmware: imx: support SCU channel type
2020-03-19 7:49 UTC (5+ messages)
` [PATCH V7 1/4] dt-bindings: mailbox: imx-mu: add SCU MU support
` [PATCH V7 2/4] mailbox: imx: restructure code to make easy for new MU
` [PATCH V7 3/4] mailbox: imx: add SCU MU support
` [PATCH V7 4/4] firmware: imx-scu: Support one TX and one RX
[PATCH v2] net: qrtr: fix len of skb_put_padto in qrtr_node_enqueue
2020-03-19 7:46 UTC (6+ messages)
[PATCH v1 0/6] Fix device links functional breakage in 4.19.99
2020-03-19 7:39 UTC (3+ messages)
linux-next: Tree for Mar 19
2020-03-19 7:39 UTC
[PATCH] vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
2020-03-19 7:36 UTC (4+ messages)
` [PATCH v2 0/2] vt: fix some vt_ioctl races
` [PATCH v2 1/2] vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
graph connection to node is not bidirectional kernel-5.6.0-rc6
2020-03-19 7:31 UTC
[PATCH AUTOSEL 5.4 01/73] cgroup-v1: cgroup_pidlist_next should update position index
2020-03-19 7:30 UTC (5+ messages)
` [PATCH AUTOSEL 5.4 49/73] i2c: i801: Do not add ICH_RES_IO_SMI for the iTCO_wdt device
` [PATCH AUTOSEL 5.4 60/73] driver code: clarify and fix platform device DMA mask allocation
[PATCH v2 1/2] sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLINING
2020-03-19 7:20 UTC (2+ messages)
[PATCH V2] UIO: make maximum memory and port regions configurable
2020-03-19 7:18 UTC (4+ messages)
[PATCH] xen/events: avoid NULL pointer dereference in evtchn_from_irq()
2020-03-19 7:14 UTC
linux-next build error (8)
2020-03-19 7:13 UTC (4+ messages)
[PATCH v2 00/17] SoundWire: cadence: add clock stop and fix programming sequences
2020-03-19 7:13 UTC (2+ messages)
WARNING in kcm_write_msgs
2020-03-19 7:10 UTC
[patch] mm, oom: prevent soft lockup on memcg oom for UP systems
2020-03-19 7:09 UTC (9+ messages)
` [patch v2] "
` [patch v3] "
[PATCH] net: qmi_wwan: add support for ASKEY WWHC050
2020-03-19 7:07 UTC (2+ messages)
[RFC PATCH 1/7] pwm: rename the PWM_POLARITY_INVERSED enum
2020-03-19 7:05 UTC (10+ messages)
` [RFC PATCH 2/7] dt-bindings: pwm: document the PWM polarity flag
[PATCH 0/4] Clean up hugetlb boot command line processing
2020-03-19 7:04 UTC (5+ messages)
` [PATCH 1/4] hugetlbfs: add arch_hugetlb_valid_size
` [PATCH 2/4] hugetlbfs: move hugepagesz= parsing to arch independent code
[PATCH net-next] enetc: Remove unused variable 'enetc_drv_name'
2020-03-19 7:01 UTC (2+ messages)
fair pay sys, an additional inclusion and update
2020-03-19 6:57 UTC
[PATCH] irqchip/versatile-fpga: Handle chained IRQs properly
2020-03-18 18:20 UTC (3+ messages)
[PATCH 00/14] VFS: Filesystem information [ver #18]
2020-03-16 14:21 UTC (18+ messages)
` [PATCH 01/14] VFS: Add additional RESOLVE_* flags "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).