All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-25 22:04:26 to 2020-02-25 23:26:38 UTC [more...]

[patch 00/10] x86/entry: Consolidation - Part I
 2020-02-25 21:36 UTC  (8+ messages)
` [patch 01/10] x86/entry/32: Add missing ASM_CLAC to general_protection entry
` [patch 02/10] x86/mce: Disable tracing and kprobes on do_machine_check()
` [patch 03/10] x86/entry/32: Force MCE through do_mce()
` [patch 04/10] x86/traps: Remove pointless irq enable from do_spurious_interrupt_bug()
` [patch 05/10] x86/traps: Document do_spurious_interrupt_bug()
` [patch 06/10] x86/traps: Remove redundant declaration of do_double_fault()
` [patch 09/10] x86/entry/entry_32: Route int3 through common_exception

[patch 00/24] x86/entry: Consolidation - Part III
 2020-02-25 22:16 UTC  (8+ messages)
` [patch 05/24] x86/entry/32: Provide macro to emit IDT entry stubs
` [patch 06/24] x86/idtentry: Provide macros to define/declare IDT entry points
` [patch 12/24] x86/entry: Convert Invalid Opcode exception to IDTENTRY
` [patch 16/24] x86/entry: Convert Invalid TSS "
` [patch 17/24] x86/entry: Convert Segment not present "
` [patch 21/24] x86/entry: Convert Coprocessor error "
` [patch 24/24] x86/entry/32: Convert IRET exception to IDTENTRY_SW

[PATCH v8 00/15] add git-bugreport tool
 2020-02-25 23:26 UTC  (14+ messages)
` [PATCH v8 07/15] bugreport: add git-remote-https version
` [PATCH v8 11/15] bugreport: collect list of populated hooks
` [PATCH v8 12/15] bugreport: count loose objects

[PATCH v5 0/8] dax/pmem: Provide a dax operation to zero range of memory
 2020-02-25 23:26 UTC  (22+ messages)
` [PATCH v5 2/8] drivers/pmem: Allow pmem_clear_poison() to accept arbitrary offset and len

[patch 0/8] x86/entry: Consolidation - Part II
 2020-02-25 22:08 UTC  (3+ messages)
` [patch 2/8] x86/entry/common: Consolidate syscall entry code
` [patch 3/8] x86/entry/common: Mark syscall entry points notrace/nokprobe

[PATCH net-next 0/8] rework phylink interface for split MAC/PCS support
 2020-02-25 23:23 UTC  (6+ messages)
` [PATCH net-next 2/8] net: dsa: propagate resolved link config via mac_link_up()

[ndctl PATCH 0/2] ndctl: Cross-arch compatible namespace alignment
 2020-02-25 23:23 UTC  (4+ messages)
` [ndctl PATCH 1/2] ndctl/region: Support ndctl_region_{get, set}_align()

[hwmon-next v3] hwmon: (pmbus/tps53679) Add support for historical registers for TPS53688
 2020-02-25 23:22 UTC  (2+ messages)

[zeus/master] [PATCH 1/3] tensorflow-lite: add header files and change the install location of the example files
 2020-02-25 23:12 UTC  (3+ messages)
` [zeus/master] [PATCH 2/3] tensorflow-lite-demo: add version 01.00.00
` [zeus/master] [PATCH 3/3] packagegroup-arago-tisdk-addons: replace tensorflow-lite-examples with tensorflow-lite and add tensorflow-lite-demo

[PATCH] arm64: Kconfig: Enable NODES_SPAN_OTHER_NODES config for NUMA
 2020-02-25 23:20 UTC  (5+ messages)

stable/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 10 warnings (v4.19.106)
 2020-02-25 23:20 UTC 

[Xen-devel] [ovmf test] 147531: regressions - FAIL
 2020-02-25 23:17 UTC 

[PATCHv2 1/4] kbuild: fixdep: Resync this with v4.17
 2020-02-25 23:16 UTC  (8+ messages)
` [PATCHv2 2/4] kbuild: Re-sync DTC flag logic "
` [PATCHv2 3/4] scripts/Makefile.lib: Restore PCI related warnings to DTC_FLAGS
` [PATCHv2 4/4] scripts/Makefile.lib: Re-add -Wno-simple_bus_reg "

[Xen-devel] [xen-unstable-smoke test] 147605: tolerable all pass - PUSHED
 2020-02-25 23:14 UTC 

[PATCH][wireguard-android] fix formatBytes to be able to display gibibytes
 2020-02-25 23:14 UTC  (2+ messages)

[PATCH v5 2/2] tmpfs: Support 64-bit inums per-sb
 2020-02-25 23:14 UTC  (13+ messages)

[peterz-queue:sched/wip-deadline 3/19] kernel/sched/pelt.c:393:3: error: too many arguments to function '___update_load_avg'
 2020-02-25 23:14 UTC 

[PATCH 2/2 wireguard-windows] Add Japanese translation to messages.gotext.json
 2020-02-25 21:35 UTC 

[PATCH] Add Simplified Chinese translation
 2020-02-25  4:02 UTC 

[PATCH] libmodule-build-perl: upgrade 0.4229 -> 0.4231
 2020-02-25 23:12 UTC  (4+ messages)

clean up the attr interface v6
 2020-02-25 23:10 UTC  (31+ messages)
` [PATCH 01/30] xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLE
` [PATCH 02/30] xfs: remove the ATTR_INCOMPLETE flag
` [PATCH 03/30] xfs: merge xfs_attr_remove into xfs_attr_set
` [PATCH 04/30] xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_set
` [PATCH 05/30] xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLE
` [PATCH 06/30] xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE op
` [PATCH 07/30] xfs: remove the name == NULL check from xfs_attr_args_init
` [PATCH 08/30] xfs: remove the MAXNAMELEN "
` [PATCH 09/30] xfs: turn xfs_da_args.value into a void pointer
` [PATCH 10/30] xfs: pass an initialized xfs_da_args structure to xfs_attr_set
` [PATCH 11/30] xfs: pass an initialized xfs_da_args to xfs_attr_get
` [PATCH 12/30] xfs: remove the xfs_inode argument to xfs_attr_get_ilocked
` [PATCH 13/30] xfs: remove ATTR_KERNOVAL
` [PATCH 14/30] xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
` [PATCH 15/30] xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
` [PATCH 16/30] xfs: factor out a xfs_attr_match helper
` [PATCH 17/30] xfs: cleanup struct xfs_attr_list_context
` [PATCH 18/30] xfs: remove the unused ATTR_ENTRY macro
` [PATCH 19/30] xfs: open code ATTR_ENTSIZE
` [PATCH 20/30] xfs: move the legacy xfs_attr_list to xfs_ioctl.c
` [PATCH 21/30] xfs: rename xfs_attr_list_int to xfs_attr_list
` [PATCH 22/30] xfs: lift common checks into xfs_ioc_attr_list
` [PATCH 23/30] xfs: lift buffer allocation "
` [PATCH 24/30] xfs: lift cursor copy in/out "
` [PATCH 25/30] xfs: improve xfs_forget_acl
` [PATCH 26/30] xfs: clean up the ATTR_REPLACE checks
` [PATCH 27/30] xfs: clean up the attr flag confusion
` [PATCH 28/30] xfs: remove XFS_DA_OP_INCOMPLETE
` [PATCH 29/30] xfs: embedded the attrlist cursor into struct xfs_attr_list_context
` [PATCH 30/30] xfs: clean up bufsize alignment in xfs_ioc_attr_list

[PATCHv2 00/56] drm/omap: Convert DSI code to use drm_mipi_dsi and drm_panel
 2020-02-25 23:09 UTC  (9+ messages)

[RFC PATCH 0/2] AT8031 PHY timestamping support
 2020-02-25 23:08 UTC  (3+ messages)
` [RFC PATCH 1/2] net: phy: let the driver register its own IRQ handler
` [RFC PATCH 2/2] net: phy: at803x: add PTP support for AR8031

Sudden slowdown of ARM emulation in master
 2020-02-25 23:07 UTC 

[igt-dev] [PATCH i-g-t] tests/sw_sync: Fix race condition for multi-producer termination
 2020-02-25 23:05 UTC 

net: UDP tunnel encapsulation module for tunnelling different
 2020-02-25 23:04 UTC 

[PATCH bpf-next v2 0/4] Provide bpf_sk_storage data in INET_DIAG
 2020-02-25 23:04 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()
` [PATCH bpf-next v2 2/4] inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data
` [PATCH bpf-next v2 3/4] bpf: INET_DIAG support in bpf_sk_storage
` [PATCH bpf-next v2 4/4] bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()

[PATCH] tools/perf/util/*.c: Use "%zd" output format for size_t type
 2020-02-25 23:02 UTC  (2+ messages)

[jlayton:ceph-async-dirops 22/22] fs//ceph/file.c:725:22: error: 'ceph_async_create_cb' undeclared
 2020-02-25 23:02 UTC 

[PATCH] kbuild: remove unused dtc-version.sh script
 2020-02-25 23:02 UTC 

[PATCH] scripts/bpf: switch to more portable python3 shebang
 2020-02-25 23:01 UTC  (2+ messages)

[dpdk-dev] [dpdk-announce] DPDK 20.02 released
 2020-02-25 22:59 UTC 

[PATCH V4 00/13] Enable per-file/per-directory DAX operations V4
 2020-02-25 22:59 UTC  (7+ messages)
` [PATCH V4 09/13] fs/xfs: Add write aops lock to xfs layer

[PATCH] power: supply: axp288_fuel_gauge: Broaden vendor check for Intel Compute Sticks
 2020-02-25 22:59 UTC 

[PATCH] drm/omap: Fix drm_handle_vblank() handling for command mode panels
 2020-02-25 22:59 UTC  (4+ messages)

linux-next: build warning after merge of the net-next tree
 2020-02-25 22:58 UTC  (3+ messages)

[PATCH bpf-next] bpftool: Support struct_ops, tracing, ext prog types
 2020-02-25 22:58 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/systemd: bump version to 244.3
 2020-02-25 22:56 UTC 

[PATCH] drm/amdgpu: fix the gfx hang while use per-ib secure flag
 2020-02-25 22:56 UTC  (2+ messages)

[PATCH v3 bpf-next] RV32G eBPF JIT
 2020-02-25 22:56 UTC  (4+ messages)

What's cooking in git.git (Feb 2020, #05; Tue, 25)
 2020-02-25 22:54 UTC 

[PATCH v2 0/3] latest PMU events for zen1/zen2
 2020-02-25 22:53 UTC  (3+ messages)
` [PATCH v2 3/3] perf vendor events amd: update Zen1 events to V2

[PATCH v2] net: qrtr: fix len of skb_put_padto in qrtr_node_enqueue
 2020-02-25 22:52 UTC  (4+ messages)

[PATCH v5 13/19] x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configured
 2020-02-25 22:52 UTC  (4+ messages)

[PATCH 1/2 wireguard-windows] Add Japanese translation to resources.rc
 2020-02-25 22:50 UTC  (4+ messages)

[net-next] net/mlx5e: Remove the unnecessary parameter
 2020-02-25 22:50 UTC  (2+ messages)

serial console output on UEFI hardware ... inconsistent CR/LF behavior; starts & finishes OK, broken in the middle ... ?
 2020-02-25 22:50 UTC 

[RESEND PATCH v17 00/17] Multi Color LED Framework
 2020-02-25 22:44 UTC  (5+ messages)

[PATCH 1/2] perf: Fix checking of duplicate probe to give proper hint
 2020-02-25 22:49 UTC  (4+ messages)
` [PATCH 2/2] perf: probe-file: Check return value of strlist__add

[PATCH 1/1] libsepol: make ebitmap_cardinality() of linear complexity
 2020-02-25 22:48 UTC 

[PATCH v6 00/18] target/ppc: Correct some errors with real mode handling
 2020-02-25 22:47 UTC  (4+ messages)
` [PATCH v6 09/18] target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]

[PATCH RFC] ext4: fix potential race between online resizing and write operations
 2020-02-25 22:47 UTC  (11+ messages)

[PATCH] ARM: use assembly mnemonics for VFP register access
 2020-02-25 22:46 UTC  (6+ messages)

[zeus/master][PATCH] am65xx-evm: re-add k3-am654-evm-prupwm.dtbo
 2020-02-25 22:45 UTC 

[RFC net-next 0/3] net: marvell: prestera: Add Switchdev driver for Prestera family ASIC device 98DX326x (AC3x)
 2020-02-25 22:45 UTC  (5+ messages)
` [RFC net-next 1/3] net: marvell: prestera: Add Switchdev driver for Prestera family ASIC device 98DX325x (AC3x)

[patch net] mlx5: register lag notifier for init network namespace only
 2020-02-25 22:41 UTC  (3+ messages)

[Buildroot] [PATCH/next 1/1] package/i2pd: bump to version 2.30.0
 2020-02-25 22:41 UTC 

[PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231
 2020-02-25 22:39 UTC  (3+ messages)
` [PATCH 04/12] ncurses: upgrade 6.1+20191019 -> 6.2

[PATCH 00/51] drm managed resources, v2
 2020-02-24 19:13 UTC  (3+ messages)
` [PATCH 37/51] drm/rockchip: Drop explicit drm_mode_config_cleanup call
  ` [Intel-gfx] "

Linux 5.6-rc2
 2020-02-24 18:24 UTC  (5+ messages)
    ` [Intel-gfx] "

[mchinth:sep_socwatch_linux_5_6 17/32] drivers/platform/x86/socperf/utility.c:2:1: warning: "/*" within comment
 2020-02-25 22:37 UTC 

[PATCH v2 0/7] firmware: add partial read support in request_firmware_into_buf
 2020-02-25 22:37 UTC  (7+ messages)
` [PATCH v2 6/7] misc: bcm-vk: add Broadcom VK driver

[PATCH v4 00/36] KVM: s390: Add support for protected VMs
 2020-02-25 22:37 UTC  (7+ messages)
` [PATCH v4 09/36] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
    ` [PATCH v4.5 "

[PATCH 1/2] kunit: kunit_parser: making parser more robust
 2020-02-25 22:35 UTC  (4+ messages)
` [PATCH 2/2] kunit: Run all KUnit tests through allyesconfig

[PATCH 0/4] docs: Miscellaneous rST conversions
 2020-02-25 22:32 UTC  (11+ messages)

[PATCH 1/2] modpost: rework and consolidate logging interface
 2020-02-25 22:30 UTC  (2+ messages)

[Intel-gfx] [CI] drm/i915: split intel_modeset_init() to pre/post irq install
 2020-02-25 22:31 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[RFC] Buildfailure due to mising "select REGMAP_I2C"
 2020-02-25 22:31 UTC  (5+ messages)

[PATCH] mm: Stop kswapd early when nothing's waiting for it to free pages
 2020-02-25 22:30 UTC  (12+ messages)

[Buildroot] [PATCH] {linux, linux-headers}: bump 4.19.x / 5.4.x series
 2020-02-25 22:27 UTC  (2+ messages)

[Buildroot] [git commit] {linux, linux-headers}: bump 4.19.x / 5.4.x series
 2020-02-25 22:27 UTC 

[PATCH v7 00/19] xfs: Delayed Ready Attrs
 2020-02-25 22:27 UTC  (6+ messages)
` [PATCH v7 03/19] xfs: Add xfs_has_attr and subroutines

[dpdk-dev] [PATCH 1/2] lib/timer: protect timer subsystem initialized with lock
 2020-02-25 22:26 UTC  (2+ messages)

[Buildroot] [PATCH/next 1/1] package/libcpprestsdk: bump to version 2.10.15
 2020-02-25 22:26 UTC  (2+ messages)

[Buildroot] [PATCH/next 1/1] package/drbd-utils: bump to version 9.12.0
 2020-02-25 22:26 UTC  (2+ messages)

[Buildroot] [git commit branch/next] package/libcpprestsdk: bump to version 2.10.15
 2020-02-25 22:26 UTC 

[Buildroot] [git commit] package/libcpprestsdk: bump to version 2.10.15
 2020-02-25 22:26 UTC 

Patch attestation
 2020-02-25 22:26 UTC 

[Buildroot] [git commit] package/drbd-utils: bump to version 9.12.0
 2020-02-25 22:25 UTC 

[Buildroot] [git commit branch/next] package/drbd-utils: bump to version 9.12.0
 2020-02-25 22:25 UTC 

[PATCH] can: mcp251x: convert to half-duplex SPI
 2020-02-25 22:25 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/armadillo: fix license
 2020-02-25 22:25 UTC  (2+ messages)

[PATCH] io_uring: pick up link work on submit reference drop
 2020-02-25 22:24 UTC  (8+ messages)

[Buildroot] [git commit] package/armadillo: fix license
 2020-02-25 22:24 UTC 

[PATCH] Sound: rt5645: fix comments to show correct options
 2020-02-25 22:14 UTC 

[hwmon-next v2] hwmon: (pmbus/tps53679) Add support for historical registers for TPS53688
 2020-02-25 22:23 UTC 

Adding a detailed physical model to bmcweb
 2020-02-25 22:22 UTC 

[Buildroot] [PATCH] Config.in: add BR2_HOST_GCC_AT_LEAST_9
 2020-02-25 22:23 UTC  (2+ messages)

[PATCH] Documentation/llvm: add documentation on building w/ Clang/LLVM
 2020-02-25 22:20 UTC  (6+ messages)

[Buildroot] [git commit] Config.in: add BR2_HOST_GCC_AT_LEAST_9
 2020-02-25 22:21 UTC 

[PATCH v4 1/2] Documentation: Converted the `kobject.txt` to rst format
 2020-02-25 22:21 UTC  (2+ messages)
` [PATCH v4 2/2] Documentation: kobject.txt has been moved to core-api/kobject.rst

[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
 2020-02-25 22:19 UTC  (8+ messages)
` [PATCH RFC v4 06/13] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
          ` [virtio-dev] "

[Buildroot] [PATCH/next 1/1] package/pcre2: bump to version 10.34
 2020-02-25 22:19 UTC  (2+ messages)

[Buildroot] [PATCH/next 1/1] package/pcre: bump to version 8.44
 2020-02-25 22:19 UTC  (2+ messages)

[meta-oe][PATCH 1/1] open-lldp: Add initial version 1.0.1
 2020-02-25 22:19 UTC 

[PATCH 1/2] linux-ti-staging: update to the ti2020.00-rc2 tag
 2020-02-25 22:13 UTC  (2+ messages)
` [PATCH 2/2] uboot-ti-staging: update to "

[RFC][PATCH] checkpatch: Properly warn if Change-Id comes after first Signed-off-by line
 2020-02-25 22:16 UTC  (6+ messages)
        ` [PATCH] checkpatch: Improve Gerrit Change-Id: test

[PATCH bpf-next 2/7] bpf: sockmap: move generic sockmap hooks from BPF TCP
 2020-02-25 22:15 UTC  (2+ messages)

[Buildroot] [git commit] package/pcre2: bump to version 10.34
 2020-02-25 22:14 UTC 

[Buildroot] [git commit branch/next] package/pcre2: bump to version 10.34
 2020-02-25 22:14 UTC 

[Buildroot] [git commit] package/pcre: bump to version 8.44
 2020-02-25 22:14 UTC 

[Buildroot] [git commit branch/next] package/pcre: bump to version 8.44
 2020-02-25 22:14 UTC 

[alsa-devel] [PATCH] ASoC: rt1015: add rt1015 amplifier driver
 2020-02-25 22:08 UTC  (2+ messages)

Emulating Solaris 10 on SPARC64 sun4u
 2020-02-25 22:12 UTC  (6+ messages)

[Xen-devel] [linux-4.19 test] 147529: regressions - FAIL
 2020-02-25 22:12 UTC 

[PATCH v4 00/27] tracing vs world
 2020-02-25 22:10 UTC  (7+ messages)
` [PATCH v4 02/27] hardirq/nmi: Allow nested nmi_enter()

[PATCH] mmc: make <mmc.h> self-contained
 2020-02-25 22:09 UTC  (2+ messages)

[PATCH v2] xfs: fix an undefined behaviour in _da3_path_shift
 2020-02-25 22:05 UTC  (3+ messages)

[PATCH 1/2] EDAC/Cadence:Add EDAC driver for cadence memory controller
 2020-02-25 22:04 UTC  (3+ messages)


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.