All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-01 20:48:38 to 2020-03-01 23:36:07 UTC [more...]

[Patch v4 0/7] Introduce Power domain based warming device driver
 2020-03-01 23:36 UTC  (7+ messages)
` [Patch v4 4/7] thermal: Add generic power domain "
` [Patch v4 5/7] soc: qcom: Extend RPMh power controller driver to register warming devices

[PATCH 0/8] Bugfixes and tracing enhancements for knfsd
 2020-03-01 23:21 UTC  (9+ messages)
` [PATCH 1/8] nfsd: Don't add locks to closed or closing open stateids
  ` [PATCH 2/8] nfsd: Add tracing to nfsd_set_fh_dentry()
    ` [PATCH 3/8] nfsd: Add tracepoints for exp_find_key() and exp_get_by_name()
      ` [PATCH 4/8] nfsd: Add tracepoints for update of the expkey and export cache entries
        ` [PATCH 5/8] nfsd: export upcalls must not return ESTALE when mountd is down
          ` [PATCH 6/8] SUNRPC/cache: Allow garbage collection of invalid cache entries
            ` [PATCH 7/8] sunrpc: Add tracing for cache events
              ` [PATCH 8/8] sunrpc: Drop the connection when the server drops a request

[PATCH net] net: phy: avoid clearing PHY interrupts twice in irq handler
 2020-03-01 23:20 UTC  (3+ messages)

nftables offload doesn't seem to work
 2020-03-01 23:15 UTC  (2+ messages)

[PATCH] qqz.sty: Permit column/page break in front of Quick Quiz heading
 2020-03-01 23:09 UTC  (4+ messages)

[PATCH v1 0/3] Introduce NVIDIA Tegra Partition Table
 2020-03-01 23:09 UTC  (5+ messages)
` [PATCH v1 1/3] mmc: core: Add raw_boot_mult field to mmc_ext_csd

[PATCH v8 0/3] i2c: npcm: add NPCM i2c controller driver
 2020-03-01 22:32 UTC  (12+ messages)
` [PATCH v8 1/3] dt-bindings: i2c: npcm7xx: add NPCM I2C controller
` [PATCH v8 2/3] i2c: npcm7xx: Add Nuvoton NPCM I2C controller driver
` [PATCH v8 3/3] i2c: npcm7xx: Add support for slave mode for Nuvoton

[PATCH 0/5] Minimize the need to move the kernel in the EFI stub
 2020-03-01 23:05 UTC  (6+ messages)
` [PATCH 1/5] x86/boot/compressed/32: Save the output address instead of recalculating it
` [PATCH 2/5] efi/x86: Decompress at start of PE image load address
` [PATCH 3/5] efi/x86: Add kernel preferred address to PE header
` [PATCH 4/5] efi/x86: Remove extra headroom for setup block
` [PATCH 5/5] efi/x86: Don't relocate the kernel unless necessary

qemu-system-x86_64: warning: Unknown X11 keycode mapping '<null>'
 2020-03-01 23:04 UTC 

[GIT PULL] Second batch of KVM changes for Linux 5.6-rc4 (or rc5)
 2020-03-01 23:04 UTC  (5+ messages)

[PATCH] usb: ehci: Fix "EHCI timed out on TD - token=XXXX" error on ehci-hcd
 2020-03-01 23:04 UTC  (5+ messages)

[PATCH 0/5] efi/x86 cleanups and one bugfix
 2020-03-01 23:04 UTC  (6+ messages)
` [PATCH 1/5] efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATA
` [PATCH 2/5] efi/x86: Respect 32-bit ABI in efi32_pe_entry
` [PATCH 3/5] efi/x86: Make efi32_pe_entry more readable
` [PATCH 4/5] efi/x86: Avoid using code32_start
` [PATCH 5/5] x86/boot: Use unsigned comparison for addresses

[PATCH v3 0/6] efi/x86: add support for generic EFI mixed mode boot
 2020-03-01 23:03 UTC  (13+ messages)

Linux 5.6-rc4
 2020-03-01 22:56 UTC 

BUG: unable to handle kernel paging request in xfs_sb_read_verify
 2020-03-01 22:56 UTC  (2+ messages)

BUG: unable to handle kernel paging request in ion_heap_clear_pages
 2020-03-01 22:56 UTC  (3+ messages)

[Xen-devel] [linux-5.4 test] 147786: regressions - FAIL
 2020-03-01 22:50 UTC 

[GIT PULL] more ext4 bug fixes for 5.6
 2020-03-01 22:45 UTC  (2+ messages)

Linux kernel 5.6-rc4 released
 2020-03-01 22:42 UTC 

[PATCH v2 bpf-next 0/2] bpftool: introduce prog profile
 2020-03-01 22:37 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/2] bpftool: introduce "prog profile" command

[PATCH V5 00/12] Enable per-file/per-directory DAX operations V5
 2020-03-01 22:37 UTC  (3+ messages)
` [PATCH V5 05/12] fs/xfs: Create function xfs_inode_enable_dax()

[RFC][PATCHSET] sanitized pathwalk machinery (v2)
 2020-03-01 22:34 UTC  (58+ messages)
` [RFC][PATCHSET] sanitized pathwalk machinery (v3)
  ` [RFC][PATCH v3 01/55] do_add_mount(): lift lock_mount/unlock_mount into callers
    ` [RFC][PATCH v3 02/55] fix automount/automount race properly
    ` [RFC][PATCH v3 03/55] follow_automount(): get rid of dead^Wstillborn code
    ` [RFC][PATCH v3 04/55] follow_automount() doesn't need the entire nameidata
    ` [RFC][PATCH v3 05/55] make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOW
    ` [RFC][PATCH v3 06/55] handle_mounts(): start building a sane wrapper for follow_managed()
    ` [RFC][PATCH v3 07/55] atomic_open(): saner calling conventions (return dentry on success)
    ` [RFC][PATCH v3 08/55] lookup_open(): "
    ` [RFC][PATCH v3 09/55] do_last(): collapse the call of path_to_nameidata()
    ` [RFC][PATCH v3 10/55] handle_mounts(): pass dentry in, turn path into a pure out argument
    ` [RFC][PATCH v3 11/55] lookup_fast(): consolidate the RCU success case
    ` [RFC][PATCH v3 12/55] teach handle_mounts() to handle RCU mode
    ` [RFC][PATCH v3 13/55] lookup_fast(): take mount traversal into callers
    ` [RFC][PATCH v3 14/55] new step_into() flag: WALK_NOFOLLOW
    ` [RFC][PATCH v3 15/55] fold handle_mounts() into step_into()
    ` [RFC][PATCH v3 16/55] LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()
    ` [RFC][PATCH v3 17/55] expand the only remaining call of path_lookup_conditional()
    ` [RFC][PATCH v3 18/55] merging pick_link() with get_link(), part 1
    ` [RFC][PATCH v3 19/55] merging pick_link() with get_link(), part 2
    ` [RFC][PATCH v3 20/55] merging pick_link() with get_link(), part 3
    ` [RFC][PATCH v3 21/55] merging pick_link() with get_link(), part 4
    ` [RFC][PATCH v3 22/55] merging pick_link() with get_link(), part 5
    ` [RFC][PATCH v3 23/55] merging pick_link() with get_link(), part 6
    ` [RFC][PATCH v3 24/55] finally fold get_link() into pick_link()
    ` [RFC][PATCH v3 25/55] sanitize handling of nd->last_type, kill LAST_BIND
    ` [RFC][PATCH v3 26/55] namei: invert the meaning of WALK_FOLLOW
    ` [RFC][PATCH v3 27/55] pick_link(): check for WALK_TRAILING, not LOOKUP_PARENT
    ` [RFC][PATCH v3 28/55] link_path_walk(): simplify stack handling
    ` [RFC][PATCH v3 29/55] massage __follow_mount_rcu() a bit
    ` [RFC][PATCH v3 30/55] new helper: traverse_mounts()
    ` [RFC][PATCH v3 31/55] atomic_open(): return the right dentry in FMODE_OPENED case
    ` [RFC][PATCH v3 32/55] atomic_open(): lift the call of may_open() into do_last()
    ` [RFC][PATCH v3 33/55] do_last(): merge the may_open() calls
    ` [RFC][PATCH v3 34/55] do_last(): don't bother with keeping got_write in FMODE_OPENED case
    ` [RFC][PATCH v3 35/55] do_last(): rejoing the common path earlier in FMODE_{OPENED,CREATED} case
    ` [RFC][PATCH v3 36/55] do_last(): simplify the liveness analysis past finish_open_created
    ` [RFC][PATCH v3 37/55] do_last(): rejoin the common path even earlier in FMODE_{OPENED,CREATED} case
    ` [RFC][PATCH v3 38/55] split the lookup-related parts of do_last() into a separate helper
    ` [RFC][PATCH v3 39/55] path_connected(): pass mount and dentry separately
    ` [RFC][PATCH v3 40/55] path_parent_directory(): leave changing path->dentry to callers
    ` [RFC][PATCH v3 41/55] follow_dotdot(): expand the call of path_parent_directory()
    ` [RFC][PATCH v3 42/55] follow_dotdot{,_rcu}(): lift switching nd->path to parent out of loop
    ` [RFC][PATCH v3 43/55] follow_dotdot{,_rcu}(): lift LOOKUP_BENEATH checks "
    ` [RFC][PATCH v3 44/55] move put_link() into handle_dots()
    ` [RFC][PATCH v3 45/55] handle_dots(): return ERR_PTR/NULL instead of -E.../0
    ` [RFC][PATCH v3 46/55] move follow_dotdot() and follow_dotdot_rcu() towards handle_dots()
    ` [RFC][PATCH v3 47/55] follow_dotdot{,_rcu}(): preparation to switch to step_into()
    ` [RFC][PATCH v3 48/55] follow_dotdot{,_rcu}(): switch to use of step_into()
    ` [RFC][PATCH v3 49/55] lift all calls of step_into() out of follow_dotdot/follow_dotdot_rcu
    ` [RFC][PATCH v3 50/55] follow_dotdot{,_rcu}(): massage loops
    ` [RFC][PATCH v3 51/55] follow_dotdot_rcu(): be lazy about changing nd->path
    ` [RFC][PATCH v3 52/55] follow_dotdot(): "
    ` [RFC][PATCH v3 53/55] helper for mount rootwards traversal
    ` [RFC][PATCH v3 54/55] non-RCU analogue of the previous commit
    ` [RFC][PATCH v3 55/55] fs/namei.c: kill follow_mount()

[PATCH 1/2] drivers: base: power: main: Use built-in RCU list checking
 2020-03-01 22:18 UTC  (8+ messages)
  ` [Linux-kernel-mentees] "

[PATCH 1/2] trace: Export anonymous tracing
 2020-03-01 22:22 UTC  (5+ messages)
    ` [Intel-gfx] "

[PATCH] libsemange: add missing header sepol/policydb.h
 2020-03-01 22:19 UTC  (8+ messages)
` [PATCH] libsemanage: check libsepol version

[RFC PATCH] easysplash: Add recipes for 1.0.0 release
 2020-03-01 22:19 UTC  (4+ messages)

[PATCH v3] counter: 104-quad-8: Support Differential Encoder Cable Status
 2020-03-01 22:07 UTC 

[PATCH 1/1] remote.c: fix handling of push:remote_ref
 2020-03-01 22:05 UTC  (3+ messages)

[PATCH v6 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
 2020-03-01 21:50 UTC  (19+ messages)
` [PATCH v6 01/18] hw/arm: add Allwinner H3 System-on-Chip
` [PATCH v6 02/18] hw/arm: add Xunlong Orange Pi PC machine
` [PATCH v6 03/18] hw/arm/allwinner-h3: add Clock Control Unit
` [PATCH v6 04/18] hw/arm/allwinner-h3: add USB host controller
` [PATCH v6 05/18] hw/arm/allwinner-h3: add System Control module
` [PATCH v6 06/18] hw/arm/allwinner: add CPU Configuration module
` [PATCH v6 07/18] hw/arm/allwinner: add Security Identifier device
` [PATCH v6 08/18] hw/arm/allwinner: add SD/MMC host controller
` [PATCH v6 09/18] hw/arm/allwinner-h3: add EMAC ethernet device
` [PATCH v6 10/18] hw/arm/allwinner-h3: add Boot ROM support
` [PATCH v6 11/18] hw/arm/allwinner-h3: add SDRAM controller device
` [PATCH v6 12/18] hw/arm/allwinner: add RTC device support
` [PATCH v6 13/18] tests/boot_linux_console: Add a quick test for the OrangePi PC board
` [PATCH v6 14/18] tests/boot_linux_console: Add initrd test for the Orange Pi "
` [PATCH v6 15/18] tests/boot_linux_console: Add a SD card test for the OrangePi "
` [PATCH v6 16/18] tests/boot_linux_console: Add a SLOW test booting Ubuntu on OrangePi PC
` [PATCH v6 17/18] tests/boot_linux_console: Test booting NetBSD via U-Boot "
` [PATCH v6 18/18] docs: add Orange Pi PC document

[PATCH v3 23/27] powerpc/powernv/pmem: Add debug IOCTLs
 2020-03-01 22:01 UTC  (2+ messages)

best practises: how to properly "steal" recipes from a newer layer?
 2020-03-01 21:58 UTC  (2+ messages)

[Intel-gfx] [PATCH v6] drm/i915: Use intel_plane_data_rate for min_cdclk calculation
 2020-03-01 21:47 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Use intel_plane_data_rate for min_cdclk calculation (rev6)
` [Intel-gfx] ✓ Fi.CI.IGT: success "

[PATCH net-next] net: phy: mscc: add constants for used interrupt mask bits
 2020-03-01 21:40 UTC  (2+ messages)

[PATCH RFC 0/9] nxt propagation + locking optimisation
 2020-03-01 21:39 UTC  (5+ messages)
` [PATCH 5/9] io_uring: get next req on subm ref drop
` [PATCH 9/9] io_uring: pass submission ref to async

[PATCH v2 0/3] OpenRISC clone3 support
 2020-03-01 21:38 UTC  (8+ messages)
` [OpenRISC] "
` [PATCH v2 1/3] openrisc: Convert copy_thread to copy_thread_tls
  ` [OpenRISC] "
` [PATCH v2 2/3] openrisc: Enable the clone3 syscall
  ` [OpenRISC] "
` [PATCH v2 3/3] openrisc: Cleanup copy_thread_tls docs and comments
  ` [OpenRISC] "

[PATCH] hibernate: unlock swap bdev for writing when uswsusp is active
 2020-03-01 21:35 UTC  (6+ messages)

[PATCH v2 0/2] cmd646: remove pci_cmd646_ide_init() function
 2020-03-01 21:34 UTC  (3+ messages)
` [PATCH v2 1/2] dp264: use pci_create() to initialise the cmd646 device

[PATCH 1/1] libsepol: make ebitmap_cardinality() of linear complexity
 2020-03-01 21:32 UTC  (3+ messages)

[PATCH 0/2] Implement "non 100% native mode" in via-ide
 2020-03-01 21:30 UTC  (10+ messages)
` [PATCH 2/2] via-ide: Also emulate non 100% native mode

Power cut leads to "corrupt empty space"
 2020-03-01 21:28 UTC  (2+ messages)

[PATCH bpf-next v2 0/9] bpf: sockmap, sockhash: support storing UDP sockets
 2020-03-01 21:26 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] support/scripts/pkg-stats: clear multiprocessing pools after use
 2020-03-01 21:25 UTC 

[PATCHv2 0/3] Add support for suspend clk for Exynos5422 SoC
 2020-03-01 21:20 UTC  (8+ messages)
` [PATCHv2 1/3] devicetree: bindings: exynos: Add new compatible for Exynos5420 dwc3 clocks support
` [PATCHv2 2/3] ARM: dts: exynos: Add missing usbdrd3 suspend clk
` [PATCHv2 3/3] usb: dwc3: exynos: Add support for Exynos5422 "

[PATCH V9 0/3] da7280: haptic driver submission
 2020-03-01 21:20 UTC  (5+ messages)
` [PATCH V9 3/3] Input: new da7280 haptic driver

[PATCH v2 0/6] floppy: make use of the local/global fdc explicit
 2020-03-01 21:20 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] support/scripts/pkg-stats: decode subprocess output for python3
 2020-03-01 21:18 UTC 

[PATCH] xfs_admin: revert online label setting ability
 2020-03-01 21:13 UTC  (3+ messages)

[Buildroot] [PATCH] package/lxc: cgroups: initialize cpuset properly
 2020-03-01 21:06 UTC 

linux-next: manual merge of the kvm-fixes tree with Linus' tree
 2020-03-01 21:05 UTC 

checkarray not running or emailing
 2020-03-01 21:03 UTC 

[PATCH kvm-unit-tests] x86: VMX: the "noclone" attribute is not needed
 2020-03-01 20:58 UTC  (2+ messages)

[PATCH] image.h: use uint32_t instead of u32 in android_image_get_dtb*
 2020-03-01 20:57 UTC  (3+ messages)

[PATCH v3 0/5] platform/x86: intel_pmc_core: Add bug fixes or code
 2020-03-01 20:44 UTC  (4+ messages)
` [PATCH v3 3/5] platform/x86: intel_pmc_core: fix: Add slp_s0_offset attribute back to tgl_reg_map
` [PATCH v3 4/5] platform/x86: intel_pmc_core: Make pmc_core_substate_res_show() generic
` [PATCH v3 5/5] platform/x86: intel_pmc_core: fix: Make pmc_core_lpm_display() generic for platforms that support sub-states


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.