All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-18 04:46:49 to 2019-10-18 05:34:41 UTC [more...]

[PATCH v4 0/2] scsi: core: fix uninit-value access of variable sshdr
 2019-10-18  2:50 UTC  (5+ messages)
` [PATCH v4 2/2] "

RISC-V nommu support v5
 2019-10-18  3:29 UTC  (23+ messages)
` [PATCH 01/15] riscv: cleanup <asm/bug.h>
` [PATCH 03/15] riscv: abstract out CSR names for supervisor vs machine mode
` [PATCH 04/15] riscv: don't allow selecting SBI based drivers for M-mode
` [PATCH 05/15] riscv: poison SBI calls "
` [PATCH 06/15] riscv: cleanup the default power off implementation
` [PATCH 09/15] riscv: provide native clint access for M-mode
` [PATCH 10/15] riscv: read the hart ID from mhartid on boot
` [PATCH 11/15] riscv: use the correct interrupt levels for M-mode
` [PATCH 14/15] riscv: provide a flat image loader
` [PATCH 15/15] riscv: disable the EFI PECOFF header for M-mode

[PATCH V3] mm/page_alloc: Add alloc_contig_pages()
 2019-10-18  5:03 UTC  (4+ messages)

[Bug 112017] [CI][SHARDS]igt@kms_frontbuffer_tracking@* - fail - Failed assertion: drm.bufmgr
 2019-10-18  5:34 UTC 

QA notification for completed autobuilder build (yocto-2.6.4.rc2)
 2019-10-18  5:34 UTC  (2+ messages)

[PATCH v3 0/8] sched/fair: rework the CFS load balance
 2019-10-18  5:34 UTC  (5+ messages)
` [PATCH v3 04/10] sched/fair: rework load_balance

[PATCH net] net: hns3: fix mis-counting IRQ vector numbers issue
 2019-10-18  3:42 UTC 

[PATCH] cpufreq: powernv: fix stack bloat and NR_CPUS limitation
 2019-10-18  4:50 UTC  (7+ messages)

[PATCH v4 0/2] MSM8998 GPUCC Support
 2019-10-18  4:11 UTC  (3+ messages)
` [PATCH v4 1/2] clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driver

[PATCH v3 0/2] iio: add driver for Bosch BMA400 accelerometer
 2019-10-18  4:25 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: iio: accel: bma400: add bindings
` [PATCH v4 2/2] iio: (bma400) add driver for the BMA400

[PATCH 0/8] riscv: resolve most warnings from sparse
 2019-10-18  5:28 UTC  (14+ messages)
` [PATCH 3/8] riscv: init: merge split string literals in preprocessor directive
` [PATCH 4/8] riscv: ensure RISC-V C model definitions are passed to static analyzers
` [PATCH 5/8] riscv: add missing prototypes

stable/linux-4.9.y boot: 38 boots: 0 failed, 38 passed (v4.9.197)
 2019-10-18  5:28 UTC 

stable/linux-5.3.y build: 208 builds: 0 failed, 208 passed, 261 warnings (v5.3.7)
 2019-10-18  2:34 UTC 

[dpdk-dev] [PATCH 1/6] test/event_crypto: fix missing IV value for AES algo
 2019-10-18  5:28 UTC  (3+ messages)

generic ioremap (and lots of cleanups) v2
 2019-10-18  3:42 UTC  (3+ messages)
` [PATCH 18/21] riscv: use the generic ioremap code

[PATCH 0/4] Bluetooth: hci_qca: Regulator usage cleanup
 2019-10-18  5:24 UTC  (5+ messages)
` [PATCH 1/4] Bluetooth: hci_qca: Update regulator_set_load() usage
` [PATCH 2/4] Bluetooth: hci_qca: Don't vote for specific voltage
` [PATCH 3/4] Bluetooth: hci_qca: Use regulator bulk enable/disable
` [PATCH 4/4] Bluetooth: hci_qca: Split qca_power_setup()

[PATCH v12 0/5] DMA-BUF Heaps (destaging ION)
 2019-10-18  5:23 UTC  (8+ messages)
` [PATCH v12 1/5] dma-buf: Add dma-buf heaps framework
` [PATCH v12 2/5] dma-buf: heaps: Add heap helpers
` [PATCH v12 3/5] dma-buf: heaps: Add system heap to dmabuf heaps
` [PATCH v12 4/5] dma-buf: heaps: Add CMA "
` [PATCH v12 5/5] kselftests: Add dma-heap test

[RFC PATCH 00/10] SELinux namespace series, re-based
 2019-10-18  2:32 UTC  (2+ messages)

[PATCH] hw/s390x: Emit a warning if user tried to enable USB
 2019-10-18  5:20 UTC  (5+ messages)

[PATCH v6 0/2] Add CCPI2 PMU support
 2019-10-18  4:21 UTC  (6+ messages)
` [PATCH v6 2/2] drivers/perf: Add CCPI2 PMU support in ThunderX2 UNCORE driver

[PATCH v2] usbip: tools: Fix read_usb_vudc_device() error path handling
 2019-10-18  3:22 UTC  (2+ messages)
` [PATCH v3] "

[U-Boot] [PATCH] arm: freescale: ls102xa: add helper Macro to get the SVR
 2019-10-18  5:19 UTC  (2+ messages)

doubt on the "Make a driver change" part
 2019-10-18  5:19 UTC  (4+ messages)
` [Outreachy kernel] "

[RFC PATCH v2 bpf-next 00/15] xdp_flow: Flow offload to XDP
 2019-10-18  4:07 UTC  (16+ messages)
` [RFC PATCH v2 bpf-next 01/15] xdp_flow: Add skeleton of XDP based flow offload driver
` [RFC PATCH v2 bpf-next 02/15] xdp_flow: Add skeleton bpf program for XDP
` [RFC PATCH v2 bpf-next 03/15] bpf: Add API to get program from id
` [RFC PATCH v2 bpf-next 04/15] xdp: Export dev_check_xdp and dev_change_xdp
` [RFC PATCH v2 bpf-next 05/15] xdp_flow: Attach bpf prog to XDP in kernel after UMH loaded program
` [RFC PATCH v2 bpf-next 06/15] xdp_flow: Prepare flow tables in bpf
` [RFC PATCH v2 bpf-next 07/15] xdp_flow: Add flow entry insertion/deletion logic in UMH
` [RFC PATCH v2 bpf-next 08/15] xdp_flow: Add flow handling and basic actions in bpf prog
` [RFC PATCH v2 bpf-next 09/15] xdp_flow: Implement flow replacement/deletion logic in xdp_flow kmod
` [RFC PATCH v2 bpf-next 10/15] xdp_flow: Add netdev feature for enabling flow offload to XDP
` [RFC PATCH v2 bpf-next 11/15] xdp_flow: Implement redirect action
` [RFC PATCH v2 bpf-next 12/15] xdp_flow: Implement vlan_push action
` [RFC PATCH v2 bpf-next 13/15] bpf, selftest: Add test for xdp_flow
` [RFC PATCH v2 bpf-next 14/15] i40e: prefetch xdp->data before running XDP prog
` [RFC PATCH v2 bpf-next 15/15] bpf, hashtab: Compare keys in long

[PATCH net-next v4 00/10] optimize openvswitch flow looking up
 2019-10-18  3:16 UTC  (4+ messages)
` [PATCH net-next v4 08/10] net: openvswitch: fix possible memleak on destroy flow-table

RFC: individual public-inbox/git activity feeds
 2019-10-18  2:48 UTC  (3+ messages)

In this case the application should forward the string to VoiceCallManager.Dial() method
 2019-10-18  5:16 UTC 

[U-Boot] [PATCH v2] pci: layerscape: remove multiple definitions of SVR
 2019-10-18  5:16 UTC  (2+ messages)

[PATCH v3 0/3] Logitech G920 fixes
 2019-10-18  4:45 UTC  (4+ messages)
` [PATCH v3 1/3] HID: logitech-hidpp: split g920_get_config()
` [PATCH v3 2/3] HID: logitech-hidpp: rework device validation
` [PATCH v3 3/3] HID: logitech-hidpp: do all FF cleanup in hidpp_ff_destroy()

linux-next: build warning after merge of the block tree
 2019-10-18  3:58 UTC  (3+ messages)

[PATCH v2 00/33] Kill pr_warning in the whole linux code
 2019-10-18  4:58 UTC  (36+ messages)
` [PATCH v2 01/33] alpha: Use pr_warn instead of pr_warning
  ` [PATCH v2 02/33] arm64: "
  ` [PATCH v2 03/33] ia64: "
  ` [PATCH v2 04/33] riscv: "
  ` [PATCH v2 05/33] sh: "
  ` [PATCH v2 06/33] sparc: "
  ` [PATCH v2 07/33] x86: "
  ` [PATCH v2 08/33] acpi: "
  ` [PATCH v2 09/33] drbd: "
  ` [PATCH v2 10/33] gdrom: "
  ` [PATCH v2 11/33] clocksource: samsung_pwm_timer: "
  ` [PATCH v2 12/33] crypto: n2: "
  ` [PATCH v2 13/33] ide: "
  ` [PATCH v2 14/33] idsn: "
  ` [PATCH v2 15/33] macintosh: "
  ` [PATCH v2 16/33] of: "
  ` [PATCH v2 17/33] oprofile: "
  ` [PATCH v2 18/33] platform/x86: eeepc-laptop: "
  ` [PATCH v2 19/33] platform/x86: asus-laptop: "
  ` [PATCH v2 20/33] platform/x86: intel_oaktrail: "
  ` [PATCH v2 21/33] scsi: "
  ` [PATCH v2 22/33] sh/intc: "
  ` [PATCH v2 23/33] fs: afs: "
  ` [PATCH v2 24/33] vgacon: "
  ` [PATCH v2 25/33] dma-debug: "
  ` [PATCH v2 26/33] trace: "
  ` [PATCH v2 27/33] lib: cpu_rmap: "
  ` [PATCH v2 28/33] ASoC: samsung: "
  ` [PATCH v2 29/33] printk: Drop pr_warning
  ` [PATCH v2 30/33] tools lib api: Renaming pr_warning to pr_warn
  ` [PATCH v2 31/33] tools lib bpf: "
  ` [PATCH v2 32/33] tools perf: "
  ` [PATCH v2 33/33] checkpatch: Drop pr_warning check

[PATCH V7 0/6] backlight: qcom-wled: Support for QCOM wled driver
 2019-10-18  5:15 UTC  (7+ messages)
` [PATCH V7 6/6] backlight: qcom-wled: Add auto string detection logic

[PATCH] usb: cdns3: include host-export,h for cdns3_host_init
 2019-10-18  3:45 UTC  (2+ messages)

[PATCH] BPF: Disable on PREEMPT_RT
 2019-10-18  4:57 UTC  (7+ messages)

[PATCH] crypto: hash - initializing memory buffer for keys
 2019-10-18  5:04 UTC 

[dpdk-dev] [PATCH 1/2] test/rcu: fix the compiling error for armv8.2
 2019-10-18  5:12 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 2/3] config: add arm neoverse N1 SDP configuration

[PATCH 0/23] parsing and fsck cleanups
 2019-10-18  5:02 UTC  (24+ messages)
` [PATCH 01/23] parse_commit_buffer(): treat lookup_commit() failure as parse error
` [PATCH 02/23] parse_commit_buffer(): treat lookup_tree() "
` [PATCH 03/23] parse_tag_buffer(): treat NULL tag pointer "
` [PATCH 04/23] remember commit/tag parse failures
` [PATCH 05/23] fsck: stop checking commit->tree value
` [PATCH 06/23] fsck: stop checking commit->parent counts
` [PATCH 07/23] fsck: stop checking tag->tagged
` [PATCH 08/23] fsck: require an actual buffer for non-blobs
` [PATCH 09/23] fsck: unify object-name code
` [PATCH 10/23] fsck_describe_object(): build on our get_object_name() primitive
` [PATCH 11/23] fsck: use oids rather than objects for object_name API
` [PATCH 12/23] fsck: don't require object structs for display functions
` [PATCH 13/23] fsck: only provide oid/type in fsck_error callback
` [PATCH 14/23] fsck: only require an oid for skiplist functions
` [PATCH 15/23] fsck: don't require an object struct for report()
` [PATCH 16/23] fsck: accept an oid instead of a "struct blob" for fsck_blob()
` [PATCH 17/23] fsck: drop blob struct from fsck_finish()
` [PATCH 18/23] fsck: don't require an object struct for fsck_ident()
` [PATCH 19/23] fsck: don't require an object struct in verify_headers()
` [PATCH 20/23] fsck: rename vague "oid" local variables
` [PATCH 21/23] fsck: accept an oid instead of a "struct tag" for fsck_tag()
` [PATCH 22/23] fsck: accept an oid instead of a "struct commit" for fsck_commit()
` [PATCH 23/23] fsck: accept an oid instead of a "struct tree" for fsck_tree()

[PATCH] net/lib80211: scrubbing the buffer for key
 2019-10-18  4:53 UTC 

[PATCH v2] cpufreq: powernv: fix stack bloat and NR_CPUS limitation
 2019-10-18  5:07 UTC  (4+ messages)

next/pending-fixes build: 215 builds: 0 failed, 215 passed, 475 warnings (v5.4-rc3-393-g487ed230fbdf)
 2019-10-18  5:09 UTC 

[PATCH] gma/gma500: fix a memory disclosure bug due to uninitialized bytes
 2019-10-18  4:29 UTC 

[PATCH] mm,thp: recheck each page before collapsing file THP
 2019-10-18  5:08 UTC 

[PATCH v1 0/4] add dsa switch support for ar9331
 2019-10-18  4:52 UTC  (4+ messages)
` [PATCH v1 4/4] net: dsa: add support for Atheros AR9331 build-in switch

[PATCH 2/3] HID: google: Add of_match table to Whiskers switch device
 2019-10-18  3:14 UTC  (2+ messages)

[PATCH 2/2] Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
 2019-10-18  4:05 UTC  (4+ messages)

[PATCH] media: rcar_drif: fix a memory disclosure
 2019-10-18  4:47 UTC 

[PATCH v9 00/15] Introduce the microvm machine type
 2019-10-18  5:05 UTC  (6+ messages)
` [PATCH v9 04/15] hw/i386/pc: replace use of strtol with qemu_strtol in x86_load_linux()

[PATCH] staging: rtl8192e: initializing the wep buffer
 2019-10-18  4:57 UTC  (2+ messages)

stable/linux-4.4.y boot: 33 boots: 1 failed, 32 passed (v4.4.197)
 2019-10-18  5:04 UTC 

[PATCH 1/3] dt-bindings: input: Add DT bindings for Whiskers switch
 2019-10-18  3:10 UTC  (2+ messages)

cron job: media_tree daily build: OK
 2019-10-18  3:54 UTC 

linux-next: build warning after merge of the bpf-next tree
 2019-10-18  5:01 UTC  (3+ messages)

[PATCH 1/2] asm-generic/export.h: make __ksymtab_* local symbols
 2019-10-18  4:31 UTC  (2+ messages)
` [PATCH 2/2] asm-generic/export.h: remove unneeded __kcrctab_* symbols

[PATCH] drm/amd/powerplay: add lock protection for swSMU APIs
 2019-10-18  5:00 UTC  (3+ messages)

linux-next: manual merge of the tip tree with the net-next tree
 2019-10-18  5:00 UTC  (2+ messages)

[PATCH] srp_daemon: Use maximum initiator to target IU size
 2019-10-18  4:57 UTC  (2+ messages)

[PATCH] drm/gma500: fix memory disclosures due to uninitialized bytes
 2019-10-18  4:41 UTC 

[PATCH v3 00/13] ext4: add fast commit support
 2019-10-18  4:51 UTC  (6+ messages)
` [PATCH v3 10/13] ext4: fast-commit recovery path changes
` [PATCH v3 12/13] docs: Add fast commit documentation

[PATCH] export,module: add SPDX GPL-2.0 license identifier to headers with no license
 2019-10-18  4:50 UTC 

[PATCH v2 0/6] Add the Mobiveil EP and Layerscape Gen4 EP driver support
 2019-10-18  3:54 UTC  (4+ messages)
` [PATCH v2 2/6] dt-bindings: Add DT binding for PCIE GEN4 EP of the layerscape

stable/linux-4.14.y boot: 49 boots: 0 failed, 49 passed (v4.14.150)
 2019-10-18  4:28 UTC 

[PATCH v9 00/17] x86/split_lock: Enable split lock detection
 2019-10-18  2:36 UTC  (16+ messages)
` [PATCH v9 09/17] x86/split_lock: Handle #AC exception for split lock
                          ` [RFD] x86/split_lock: Request to Intel

stable/linux-4.19.y boot: 59 boots: 0 failed, 59 passed (v4.19.80)
 2019-10-18  4:57 UTC 

email as a bona fide git transport
 2019-10-18  2:52 UTC  (8+ messages)

[PATCH RESEND v7 0/6] Add MediaTek MUSB Controller Driver
 2019-10-18  3:41 UTC  (4+ messages)
` [PATCH RESEND v7 1/6] dt-bindings: usb: musb: Add support for MediaTek musb controller

[PATCH linux-kselftest/test v2] ext4: add kunit test for decoding extended timestamps
 2019-10-18  2:40 UTC  (12+ messages)

[PATCH v2 3/3] HID: logitech-hidpp: do all FF cleanup in hidpp_ff_destroy()
 2019-10-18  4:25 UTC  (2+ messages)

[PATCH 0/2] add Amlogic A1 clock controller driver
 2019-10-18  3:42 UTC  (11+ messages)
` [PATCH 2/2] clk: meson: a1: add support for Amlogic A1 clock driver

[PATCH] lib/vdso: Use __arch_use_vsyscall() to indicate fallback
 2019-10-18  3:00 UTC 

[PATCH] opp: core: Revert "add regulators enable and disable"
 2019-10-18  4:30 UTC  (2+ messages)

[PATCH 00/21] Drop more legacy platform data for omaps
 2019-10-18  4:54 UTC 

Adding thermal group git tree
 2019-10-18  2:31 UTC  (6+ messages)

[RFC PATCH v4 00/21] Implement an HPET-based hardlockup detector
 2019-10-18  2:48 UTC  (7+ messages)
` [RFC PATCH v4 20/21] iommu/vt-d: hpet: Reserve an interrupt remampping table entry for watchdog

Redfish Aggregator
 2019-10-18  4:53 UTC  (7+ messages)

[PATCH v2] drm/i915: Don't disable interrupts independently of the lock
 2019-10-18  4:47 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Don't disable interrupts independently of the lock (rev4)

[Fuego] [PATCH] Optimize the code of assert_has_program
 2019-10-18  4:46 UTC  (4+ 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.