All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-25 21:27:25 to 2019-03-25 22:11:14 UTC [more...]

[RFC v4 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-03-25 22:11 UTC  (7+ messages)

[PATCH 0/9] more uncore rework
 2019-03-25 22:09 UTC  (11+ messages)
` [PATCH 1/9] drm/i915: rename raw reg access functions
` [PATCH 2/9] drm/i915: add HAS_FORCEWAKE flag to uncore
` [PATCH 3/9] drm/i915: add uncore flags for unclaimed mmio
` [PATCH 4/9] drm/i915: take a ref to the rpm in the uncore structure
` [PATCH 5/9] drm/i915: switch uncore mmio funcs to use intel_uncore
` [PATCH 6/9] drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncore
` [PATCH 7/9] drm/i915: intel_wait_for_register_fw to uncore
` [PATCH 8/9] drm/i915: switch intel_wait_for_register "
` [PATCH 9/9] drm/i915: take a reference to uncore in the engine and use it

[PULL REQUEST] Lockdown patches for 5.2
 2019-03-25 22:09 UTC  (27+ messages)
` [PATCH 02/27] Enforce module signatures if the kernel is locked down
` [PATCH 03/27] Restrict /dev/{mem,kmem,port} when "
` [PATCH 04/27] kexec_load: Disable at runtime if "
` [PATCH 05/27] Copy secure_boot flag in boot params across kexec reboot
` [PATCH 06/27] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
` [PATCH 07/27] kexec_file: Restrict at runtime if the kernel is locked down
` [PATCH 08/27] hibernate: Disable when "
` [PATCH 09/27] uswsusp: "
` [PATCH 10/27] PCI: Lock down BAR access "
` [PATCH 11/27] x86: Lock down IO port "
` [PATCH 12/27] x86/msr: Restrict MSR "
` [PATCH 13/27] ACPI: Limit access to custom_method "
` [PATCH 14/27] acpi: Ignore acpi_rsdp kernel param when the kernel has been "
` [PATCH 15/27] acpi: Disable ACPI table override if the kernel is "
` [PATCH 16/27] acpi: Disable APEI error injection "
` [PATCH 17/27] Prohibit PCMCIA CIS storage when "
` [PATCH 18/27] Lock down TIOCSSERIAL
` [PATCH 20/27] x86/mmiotrace: Lock down the testmmiotrace module
` [PATCH 21/27] Lock down /proc/kcore
` [PATCH 24/27] Lock down perf
` [PATCH 26/27] lockdown: Print current->comm in restriction messages

[PATCH 00/14] ti-sysc changes to probe devices with dts data only
 2019-03-25 21:58 UTC  (18+ messages)
` [PATCH 01/14] bus: ti-sysc: Fix sysc_unprepare() when no clocks have been allocated
` [PATCH 02/14] bus: ti-sysc: Handle missed no-idle property in addition to no-idle-on-init
` [PATCH 03/14] bus: ti-sysc: Make functions static
` [PATCH 04/14] bus: ti-sysc: Move legacy platform data idling into separate functions
` [PATCH 05/14] bus: ti-sysc: Add separate functions for handling clocks
` [PATCH 06/14] bus: ti-sysc: Enable all clocks directly during init to read revision
` [PATCH 07/14] bus: ti-sysc: Allocate mdata as needed and do platform data based init later
` [PATCH 08/14] bus: ti-sysc: Manage clocks for the interconnect target module in all cases
` [PATCH 09/14] bus: ti-sysc: Move rstctrl reset to happen later
` [PATCH 10/14] bus: ti-sysc: Add support for early quirks based on register address
` [PATCH 11/14] bus: ti-sysc: Add quirk handling for external optional functional clock
` [PATCH 12/14] bus: ti-sysc: Pass clockactivity quirk to platform functions
` [PATCH 13/14] bus: ti-sysc: Handle swsup idle mode quirks
` [PATCH 14/14] bus: ti-sysc: Detect DMIC for debugging

random crashes, kdump and so on
 2019-03-25 22:10 UTC  (5+ messages)

Ceph will be at SUSECON 2019!
 2019-03-25 22:09 UTC 

[PATCH 0/8] vfio/mdev: Improve vfio/mdev core module
 2019-03-25 22:07 UTC  (20+ messages)
` [PATCH 4/8] vfio/mdev: Drop redundant extern for exported symbols
` [PATCH 5/8] vfio/mdev: Avoid masking error code to EBUSY
` [PATCH 6/8] vfio/mdev: Follow correct remove sequence
` [PATCH 7/8] vfio/mdev: Fix aborting mdev child device removal if one fails
` [PATCH 8/8] vfio/mdev: Improve the create/remove sequence

[PATCH v2] locks: ignore same lock in blocked_lock_hash
 2019-03-25 22:09 UTC  (3+ messages)
` [PATCH v3] locks: wake any locks blocked on request before deadlock check

shmem_recalc_inode: unable to handle kernel NULL pointer dereference
 2019-03-25 22:08 UTC  (3+ messages)

[PATCH] tools: usb: usbip: adding support for older kernel versions
 2019-03-25 22:07 UTC  (7+ messages)
          `  "

[PATCH 0/4] pid: add pidctl()
 2019-03-25 22:07 UTC  (12+ messages)

[PATCH v2 00/16] coresight: Add support for CPU-wide trace scenarios
 2019-03-25 21:56 UTC  (17+ messages)
` [PATCH v2 01/16] coresight: pmu: Adding ITRACE property to cs_etm PMU
` [PATCH v2 02/16] coresight: etm4x: Add kernel configuration for CONTEXTID
` [PATCH v2 03/16] coresight: etm4x: Configure tracers to emit timestamps
` [PATCH v2 04/16] coresight: Adding return code to sink::disable() operation
` [PATCH v2 05/16] coresight: Move reference counting inside sink drivers
` [PATCH v2 06/16] coresight: Properly address errors in sink::disable() functions
` [PATCH v2 07/16] coresight: Properly address concurrency in sink::update() functions
` [PATCH v2 08/16] coresight: perf: Clean up function etm_setup_aux()
` [PATCH v2 09/16] coresight: perf: Refactor function free_event_data()
` [PATCH v2 10/16] coresight: Communicate perf event to sink buffer allocation function
` [PATCH v2 11/16] coresight: tmc-etr: Refactor function tmc_etr_setup_perf_buf()
` [PATCH v2 12/16] coresight: tmc-etr: Introduce the notion of process ID to ETR devices
` [PATCH v2 13/16] coresight: tmc-etr: Allow events to use the same ETR buffer
` [PATCH v2 14/16] coresight: tmc-etr: Add support for CPU-wide trace scenarios
` [PATCH v2 15/16] coresight: tmc-etf: "
` [PATCH v2 16/16] coresight: etb10: "

KASAN: use-after-free Read in path_lookupat
 2019-03-25 22:04 UTC  (8+ messages)

[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-03-25 22:04 UTC  (11+ messages)

[PATCH 0/5] Fix smatch warnings
 2019-03-25 22:03 UTC  (6+ messages)
` [PATCH 1/5] media: cx2341x: replace badly designed macros
` [PATCH 2/5] media: pwc-ctl: pChoose can't be NULL
` [PATCH 3/5] media: sti/delta: remove uneeded check
` [PATCH 4/5] media: rcar-dma: p_set can't be NULL
` [PATCH 5/5] media: hfi_parser: don't trick gcc with a wrong expected size

[meta][PATCH] run-ptest: use error handling for useradd and userdel
 2019-03-25 15:27 UTC 

[PATCH 0/7] clk: at91: add sam9x60 pmc clock support
 2019-03-25 22:03 UTC  (5+ messages)
` [PATCH 6/7] dt-bindings: clk: at91: add bindings for SAM9X60 pmc

[PATCH 0/1] x86/mm: Fix limit mmap() of /dev/mem to valid physical
 2019-03-25 22:03 UTC  (4+ messages)
` [PATCH 1/1] x86/mm: Fix limit mmap() of /dev/mem to valid physical addresses

MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them
 2019-03-25 22:02 UTC  (16+ messages)
` Bad file pattern in MAINTAINERS section 'MIPS/LOONGSON2 ARCHITECTURE'
` Bad file pattern in MAINTAINERS section 'MIPS/LOONGSON3 ARCHITECTURE'
` Bad file pattern in MAINTAINERS section 'NET_FAILOVER MODULE'
` Bad file pattern in MAINTAINERS section 'NOKIA N900 POWER SUPPLY DRIVERS'
` Bad file pattern in MAINTAINERS section 'QUALCOMM ETHQOS ETHERNET DRIVER'
` Bad file pattern in MAINTAINERS section 'ROCKCHIP VPU CODEC DRIVER'
` Bad file pattern in MAINTAINERS section 'SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER'
` Bad file pattern in MAINTAINERS section 'SELINUX SECURITY MODULE'
  ` [PATCH] "
` Bad file pattern in MAINTAINERS section 'SOC-CAMERA V4L2 SUBSYSTEM'
` Bad file pattern in MAINTAINERS section 'SYNOPSYS DESIGNWARE AXI DMAC DRIVER'
` Bad file pattern in MAINTAINERS section 'X86 MCE INFRASTRUCTURE'

[PATCH] rcutorture: Select from only online CPUs
 2019-03-25 22:02 UTC  (7+ messages)

[PATCH v2 1/2] EDAC: add EDAC driver for DMC520
 2019-03-25 22:01 UTC  (4+ messages)

[RFC PATCH V0 0/7] media: platform: Add support for Face Detection (FD) on mt8183 SoC
 2019-03-25 21:57 UTC  (5+ messages)
` [RFC PATCH V0 5/7] dts: arm64: mt8183: Add FD nodes

[PATCH 0/9] docs: Fix various build warnings/errors
 2019-03-25 21:59 UTC  (3+ messages)

[PATCH] vfio: Use dev_printk() when possible
 2019-03-25 21:59 UTC  (2+ messages)

[PATCH] fstests: Verify that removed device has its superblocks deleted
 2019-03-25 21:55 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4] nvdimm: btt_devs: fix a NULL pointer dereference
 2019-03-25 21:55 UTC  (2+ messages)

[PATCH v2 RESEND 0/6] lib: rework bitmap_parselist and tests
 2019-03-25 21:54 UTC  (3+ messages)
` [PATCH 2/6] bitmap_parselist: move non-parser logic to helpers

[PATCH] parport: daisy: do not try to load lowlevel driver
 2019-03-25 21:53 UTC  (3+ messages)

[PATCH] pci: pcie-xilinx: fix a missing-check bug for __get_free_pages
 2019-03-25 21:51 UTC  (5+ messages)
` [PATCH v2] "

[Buildroot] [PATCH 1/1] package/liburcu: bump version to 0.10.2
 2019-03-25 21:51 UTC 

[PATCH] ath10k: reset chip after supported check
 2019-03-25 21:34 UTC  (10+ messages)

[PATCH 0/2] EDAC Support for SiFive SoCs
 2019-03-25 21:50 UTC  (8+ messages)
` [PATCH 2/2] edac: sifive: Add EDAC driver for SiFive FU540-C000 chip
          ` [2/2] "

[RFC PATCH 0/10] Another Approach to Use PMEM as NUMA Node
 2019-03-25 21:49 UTC  (4+ messages)
` [PATCH 06/10] mm: vmscan: demote anon DRAM pages to PMEM node

[PATCH] ieee1275: Include a.out header in assembly of sparc64 boot loader
 2019-03-25 21:41 UTC  (7+ messages)

[PATCH 0/7] clk: at91: rework sckc bindings
 2019-03-25 21:49 UTC  (5+ messages)
` [PATCH 1/7] dt-bindings: clock: at91: new "

[RFC v2 dma-buf 0/3] Improve the dma-buf tracking
 2019-03-25 21:48 UTC  (9+ messages)
` [RFC v2 1/3] dma-buf: give each buffer a full-fledged inode

[PATCH 0/2] L2 Cache EDAC Support for HiFive Unleashed
 2019-03-25 21:47 UTC  (9+ messages)
` [PATCH 2/2] sifive: edac: Add EDAC driver for Sifive l2 Cache Controller
            ` [2/2] "

[PATCH v3 0/5] ocxl: OpenCAPI Cleanup
 2019-03-25 21:45 UTC  (6+ messages)
` [PATCH v4 0/4] "

[PATCH 1/2] dt-bindings: display: Add ETM0430G0DH6 bindings
 2019-03-25 21:46 UTC  (2+ messages)

[PATCH 1/3] Documentation/git-diff-tree.txt: fix formatting
 2019-03-25 21:46 UTC  (5+ messages)
` [PATCH v2 0/6] Asciidoctor-related formatting and CI fixes
  ` [PATCH v2 4/6] ci: install Asciidoctor in 'ci/install-dependencies.sh'

[asoc:for-5.2 73/82] sound/soc/codecs/tlv320aic32x4-clk.c:258:2: error: unknown field 'prepare' specified in initializer
 2019-03-25 21:42 UTC 

[PATCH v3] nvdimm: btt_devs: fix a NULL pointer dereference
 2019-03-25 21:42 UTC  (4+ messages)

[PATCH 0/1] Fix make check-docs on Windows
 2019-03-25 21:41 UTC  (7+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] docs: move gitremote-helpers into section 7
  ` [PATCH v2 3/5] check-docs: really look at the documented commands again
  ` [PATCH v2 2/5] docs: do not document the `git remote-testgit` command
  ` [PATCH v2 4/5] check-docs: do not expect guide pages to correspond to commands
  ` [PATCH v2 5/5] check-docs: fix for setups where executables have an extension

[PATCH 1/2] eventdev: check timer adapter status before start
 2019-03-25 21:40 UTC  (3+ messages)
` [PATCH 2/2] test/event_timer: improve unit test compatability

[PATCH] config: correct '**' matching in includeIf patterns
 2019-03-25 21:40 UTC  (3+ messages)
` [PATCH v2] "

[Bug 110229] The driver is not waiting the shader have finished to update the framebuffer before displaying it
 2019-03-25 21:40 UTC  (2+ messages)

[PATCH net-next v3 1/2] netfilter: Export nf_ct_{set,destroy}_timeout()
 2019-03-25 21:32 UTC  (2+ messages)
` [PATCH net-next v3 2/2] openvswitch: Add timeout support to ct action

[Buildroot] [PATCH] package/putty: disable for uClibc
 2019-03-25 21:36 UTC  (2+ messages)

[PATCH net] MAINTAINERS: Fix documentation file name for PHY Library
 2019-03-25 21:35 UTC 

[PATCH] bnxt: fix receive VLAN offload flags
 2019-03-25 21:34 UTC  (2+ messages)

[PATCH] KEYS: trusted: allow trusted.ko to initialize w/o a TPM
 2019-03-25 21:33 UTC  (3+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 07ff551468aa9fb134f55c824f6948863b7976ab
 2019-03-25 21:30 UTC 

[U-Boot] [PATCH] mmc: Align MMC_TRACE with tiny printf
 2019-03-25 21:28 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] scripts/Makefile.extrawarn: Silence more DTC warnings
 2019-03-25 21:28 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] rsa: check that pointer checksum isn't NULL before using it
 2019-03-25 21:28 UTC  (2+ messages)
` [U-Boot] "

[Buildroot] [PATCH v2 1/1] package/paho-mqtt-cpp: add paho-mqtt-cpp
 2019-03-25 21:27 UTC  (2+ 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.