linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-26 19:33:08 to 2020-05-26 22:09:35 UTC [more...]

[PATCH v3] driver core: Fix SYNC_STATE_ONLY device link implementation
 2020-05-26 22:09 UTC  (7+ messages)
` [PATCH v2] driver core: Update device link status correctly for SYNC_STATE_ONLY links
` [PATCH v3] "

[PATCH v6 0/3] drm: Prepare to use a GPIO on ti-sn65dsi86 for Hot Plug Detect
 2020-05-26 22:08 UTC  (3+ messages)
` [PATCH v6 2/3] dt-bindings: drm/bridge: ti-sn65dsi86: Convert to yaml

[PATCH v4 00/36] Large pages in the page cache
 2020-05-26 22:05 UTC  (3+ messages)
` [PATCH v4 36/36] mm: Align THP mappings for non-DAX

[PATCH net-next 0/4] net: phy: mscc-miim: reduce waiting time between MDIO transactions
 2020-05-26 22:05 UTC  (14+ messages)
` [PATCH net-next 1/4] net: phy: mscc-miim: use more reasonable delays
` [PATCH net-next 2/4] net: phy: mscc-miim: remove redundant timeout check
` [PATCH net-next 3/4] net: phy: mscc-miim: improve waiting logic
` [PATCH net-next 4/4] net: phy: mscc-miim: read poll when high resolution timers are disabled

[RFC] perf/core: allow ftrace for functions in kernel/event/core.c
 2020-05-26 22:05 UTC  (5+ messages)

[PATCH v7 0/2] Add USB DWC3 support for SC7180
 2020-05-26 22:04 UTC  (5+ messages)
` [PATCH v7 1/2] dt-bindings: usb: qcom,dwc3: Convert USB DWC3 bindings
` [PATCH v7 2/2] dt-bindings: usb: qcom,dwc3: Add compatible for SC7180

[RFC 00/16] KVM protected memory extension
 2020-05-26 22:04 UTC  (12+ messages)
` [RFC 06/16] KVM: Use GUP instead of copy_from/to_user() to access guest memory
` [RFC 07/16] KVM: mm: Introduce VM_KVM_PROTECTED
` [RFC 10/16] KVM: x86: Enabled protected memory extension

[PATCH v12 00/18] Enable FSGSBASE instructions
 2020-05-26 22:03 UTC  (12+ messages)
            `  "

[PATCHSET v5 0/12] Add support for async buffered reads
 2020-05-26 22:01 UTC  (20+ messages)
` [PATCH 01/12] block: read-ahead submission should imply no-wait as well
` [PATCH 02/12] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 03/12] mm: abstract out wake_page_match() from wake_page_function()
` [PATCH 04/12] mm: add support for async page locking
` [PATCH 05/12] mm: support async buffered reads in generic_file_buffered_read()
` [PATCH 06/12] fs: add FMODE_BUF_RASYNC
` [PATCH 07/12] ext4: flag as supporting buffered async reads
` [PATCH 08/12] block: flag block devices as supporting IOCB_WAITQ
` [PATCH 09/12] xfs: flag files as supporting buffered async reads
` [PATCH 10/12] btrfs: "
` [PATCH 11/12] mm: add kiocb_wait_page_queue_init() helper
` [PATCH 12/12] io_uring: support true async buffered reads, if file provides it

[PATCH v2 00/14] PCI: brcmstb: enable PCIe for STB chips
 2020-05-26 22:01 UTC  (4+ messages)
` [PATCH v2 09/14] device core: Add ability to handle multiple dma offsets

[PATCH v4] PCI: cadence: Use "dma-ranges" instead of "cdns,no-bar-match-nbits" property
 2020-05-26 21:59 UTC  (2+ messages)

[PATCH] bitops: use the same mechanism for get_count_order[_long]
 2020-05-26 21:57 UTC  (3+ messages)

[Patch 0/2] media: ti-vpe: Add the VIP driver
 2020-05-26 21:57 UTC  (4+ messages)
` [Patch 2/2] "

[PATCH] compiler/gcc: Raise minimum GCC version for kernel builds to 4.8
 2020-05-26 21:57 UTC  (3+ messages)

[PATCH v3 00/12] i2c: designeware: Add Baikal-T1 System I2C support
 2020-05-26 21:55 UTC  (13+ messages)
` [PATCH v3 01/12] scripts/dtc: check: Add 10bit/slave i2c reg flags support
` [PATCH v3 02/12] dt-bindings: i2c: Convert DW I2C binding to DT schema
` [PATCH v3 03/12] dt-bindings: i2c: Discard i2c-slave flag from the DW I2C example
` [PATCH v3 04/12] dt-bindings: i2c: dw: Add Baikal-T1 SoC I2C controller
` [PATCH v3 05/12] i2c: designware: Use `-y` to build multi-object modules
` [PATCH v3 06/12] i2c: designware: slave: Set DW I2C core module dependency
` [PATCH v3 07/12] i2c: designware: Add Baytrail sem config DW I2C platform dependency
` [PATCH v3 08/12] i2c: designware: Discard Cherry Trail model flag
` [PATCH v3 09/12] i2c: designware: Convert driver to using regmap API
` [PATCH v3 10/12] i2c: designware: Retrieve quirk flags as early as possible
` [PATCH v3 11/12] i2c: designware: Move reg-space remapping into a dedicated function
` [PATCH v3 12/12] i2c: designware: Add Baikal-T1 System I2C support

[PATCH 00/10] Introduce attach/detach_page_private to cleanup code
 2020-05-26 21:54 UTC  (3+ messages)
` [PATCH 08/10] orangefs: use attach/detach_page_private

[PATCH] v4l2-ctrl: add control for thumnails
 2020-05-26 21:53 UTC  (3+ messages)

[net-next RFC PATCH 00/13] net: hsr: Add PRP driver
 2020-05-26 21:51 UTC  (9+ messages)

[PATCH 0/3] workqueue: Make the workqueue code PREEMPT_RT safe
 2020-05-26 21:46 UTC  (4+ messages)

[PATCH v4 00/19] The new cgroup slab memory controller
 2020-05-26 21:42 UTC  (19+ messages)
` [PATCH v4 01/19] mm: memcg: factor out memcg- and lruvec-level changes out of __mod_lruvec_state()
` [PATCH v4 02/19] mm: memcg: prepare for byte-sized vmstat items
` [PATCH v4 03/19] mm: memcg: convert vmstat slab counters to bytes
` [PATCH v4 04/19] mm: slub: implement SLUB version of obj_to_index()
` [PATCH v4 05/19] mm: memcontrol: decouple reference counting from page accounting
` [PATCH v4 06/19] mm: memcg/slab: obj_cgroup API
` [PATCH v4 07/19] mm: memcg/slab: allocate obj_cgroups for non-root slab pages
` [PATCH v4 08/19] mm: memcg/slab: save obj_cgroup for non-root slab objects
` [PATCH v4 09/19] mm: memcg/slab: charge individual slab objects instead of pages
` [PATCH v4 10/19] mm: memcg/slab: deprecate memory.kmem.slabinfo
` [PATCH v4 11/19] mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.h
` [PATCH v4 12/19] mm: memcg/slab: use a single set of kmem_caches for all accounted allocations
` [PATCH v4 13/19] mm: memcg/slab: simplify memcg cache creation
` [PATCH v4 14/19] mm: memcg/slab: remove memcg_kmem_get_cache()
` [PATCH v4 15/19] mm: memcg/slab: deprecate slab_root_caches
` [PATCH v4 16/19] mm: memcg/slab: remove redundant check in memcg_accumulate_slabinfo()
` [PATCH v4 17/19] mm: memcg/slab: use a single set of kmem_caches for all allocations
` [PATCH v4 18/19] kselftests: cgroup: add kernel memory accounting tests

[PATCH -tip v3 00/11] Fix KCSAN for new ONCE (require Clang 11)
 2020-05-26 21:36 UTC  (9+ messages)
` [PATCH -tip v3 09/11] data_race: Avoid nested statement expression

[PATCH v7 1/7] dt-bindings: iio/adc: Convert ingenic-adc docs to YAML
 2020-05-26 21:34 UTC  (2+ messages)

[PATCH] tpm: Revert "tpm: fix invalid locking in NONBLOCKING mode"
 2020-05-26 21:33 UTC  (7+ messages)

[GIT PULL] Please pull exec fix for v5.7
 2020-05-26 21:32 UTC  (4+ messages)

[PATCH v4 0/2] gpio: generic regmap implementation
 2020-05-26 21:27 UTC  (3+ messages)
` [PATCH v4 2/2] gpio: add a reusable generic gpio_chip using regmap

[PATCH 00/10] rcu: Allow a CPU to leave and reenter NOCB state
 2020-05-26 21:27 UTC  (14+ messages)
` [PATCH 01/10] rcu: Directly lock rdp->nocb_lock on nocb code entrypoints
` [PATCH 03/10] rcu: Make locking explicit in do_nocb_deferred_wakeup_common()
` [PATCH 08/10] rcu: Allow to deactivate nocb on a CPU

[PATCH] locking/lockdep: Increase MAX_LOCKDEP_ENTRIES by half
 2020-05-26 21:27 UTC  (7+ messages)

[PATCH v7 0/4] Add QMP V3 USB3 PHY support for SC7180
 2020-05-26 21:25 UTC  (5+ messages)
` [PATCH v7 2/4] dt-bindings: phy: qcom,qmp-usb3-dp: Add dt bindings for USB3 DP PHY
` [PATCH v7 3/4] dt-bindings: phy: qcom,qmp-usb3-dp: Add support for SC7180

[PATCH] block/floppy: fix contended case in floppy_queue_rq()
 2020-05-26 21:25 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sm8250: Fix device name for ufs controller
 2020-05-26 21:24 UTC 

[PATCH] bpf: Fix spelling in comment
 2020-05-26 21:22 UTC  (2+ messages)

[PATCH] kgdb: Don't call the deinit under spinlock
 2020-05-26 21:20 UTC 

[PATCH v8 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-05-26 21:18 UTC  (5+ messages)
` [PATCH v8 5/5] dt-bindings: chosen: Document linux,low-memory-range for "

[PATCH v1] x86: Pin cr4 FSGSBASE
 2020-05-26 21:16 UTC  (4+ messages)

kernel BUG at arch/x86/kvm/mmu/mmu.c:LINE! (2)
 2020-05-26 21:13 UTC 

[PATCH] bpf/sockmap: fix kernel panic at __tcp_bpf_recvmsg
 2020-05-26 21:10 UTC 

[PATCH 0/6] drivers/iio: Constify structs
 2020-05-26 21:02 UTC  (7+ messages)
` [PATCH 1/6] iio: adc: max11100: Constify struct iio_chan_spec
` [PATCH 2/6] iio: dac: ad5380: Constify struct iio_chan_spec_ext_info
` [PATCH 3/6] iio: dac: ad5592r-base: "
` [PATCH 4/6] iio: dac: ad5686: Constify static struct iio_chan_spec
` [PATCH 5/6] iio: light: stk3310: Constify regmap_config
` [PATCH 6/6] iio: magnetometer: mmc35240: Constify struct reg_default

[PATCH 0/2] RZ/G1H enable sound support
 2020-05-26 21:01 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: ASoC: renesas,rsnd: Add r8a7742 support
` [PATCH 2/2] ARM: dts: r8a7742: Add audio support

[PATCH] powerpc/wii: Fix declaration made after definition
 2020-05-26 20:57 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v18 00/12] Landlock LSM
 2020-05-26 20:53 UTC  (13+ messages)
` [PATCH v18 01/12] landlock: Add object management
` [PATCH v18 02/12] landlock: Add ruleset and domain management
` [PATCH v18 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v18 04/12] landlock: Add ptrace restrictions
` [PATCH v18 05/12] LSM: Infrastructure management of the superblock
` [PATCH v18 06/12] fs,security: Add sb_delete hook
` [PATCH v18 07/12] landlock: Support filesystem access-control
` [PATCH v18 08/12] landlock: Add syscall implementation
` [PATCH v18 09/12] arch: Wire up landlock() syscall
` [PATCH v18 10/12] selftests/landlock: Add initial tests
` [PATCH v18 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v18 12/12] landlock: Add user and kernel documentation

[PATCH v8 0/3] Add JEITA properties and introduce the bq2515x charger
 2020-05-26 20:53 UTC  (3+ messages)
` [PATCH v8 2/3] Add the bindings for the bq25150 and bq25155 500mA charging ICs from Texas Instruments

[PATCH] phy: intel: Eliminate unnecessary assignment in intel_cbphy_set_mode
 2020-05-26 20:52 UTC  (3+ messages)

[PATCH] drm/radeon: Convert get_user_pages() --> pin_user_pages()
 2020-05-26 21:00 UTC 

[PATCH] ACPI/IORT: Remove the unused __get_pci_rid()
 2020-05-26 20:45 UTC  (2+ messages)

[PATCH] arm64: vdso32: force vdso32 to be compiled as -marm
 2020-05-26 20:45 UTC  (2+ messages)

[RFC PATCH v3 00/12] Integrity Policy Enforcement LSM (IPE)
 2020-05-26 20:44 UTC  (7+ messages)

[RESENDPATCH v8 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-05-26 20:43 UTC  (3+ messages)
` [RESENDPATCH v8 1/2] dt-bindings: mtd: Add Nand Flash Controller support for "

[PATCH 0/6] i2c: designeware: Add Baikal-T1 SoC DW I2C specifics support
 2020-05-26 20:38 UTC  (7+ messages)
` [PATCH v2 00/12] i2c: designeware: Add Baikal-T1 System I2C support
  ` [PATCH v2 08/12] i2c: designware: Introduce platform drivers glue layer interface

[net-next RFC v3 0/6] net: marvell: prestera: Add Switchdev driver for Prestera family ASIC device 98DX326x (AC3x)
 2020-05-26 20:33 UTC  (3+ messages)

next/master bisection: baseline.login on meson-sm1-sei610
 2020-05-26 20:32 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: power: Add BQ27561 compatible
 2020-05-26 20:30 UTC  (2+ messages)

[PATCH for-5.8 0/2] dwc3: meson-g12a: two fixes for v5.8
 2020-05-26 20:29 UTC  (3+ messages)
` [PATCH for-5.8 1/2] usb: dwc3: meson-g12a: fix error path when fetching the reset line fails
` [PATCH for-5.8 2/2] usb: dwc3: meson-g12a: fix USB2 PHY initialization on G12A and A1 SoCs

[PATCH v2] Staging: comedi: dt2814: remove unused assignments
 2020-05-26 20:24 UTC  (3+ messages)
` [PATCH v3] "

arm64/acpi: NULL dereference reports from UBSAN at boot
 2020-05-26 20:21 UTC  (3+ messages)

[rcu:dev.2020.05.23a] BUILD SUCCESS 80c56e3bab7761812ee57f8cb0b01a0e42021f17
 2020-05-26 20:21 UTC 

Some -serious- BPF-related litmus tests
 2020-05-26 20:19 UTC  (13+ messages)

[PATCH v7 0/3] perf arm-spe: Add support for synthetic events
 2020-05-26 20:18 UTC  (6+ messages)

[PATCH cgroup/for-5.8] cgroup: add cpu.stat file to root cgroup
 2020-05-26 20:15 UTC  (2+ messages)

RTL8723BS driver doesn't work for,me but I can help testing
 2020-05-26 20:13 UTC  (10+ messages)

[PATCH 1/2] dt-bindings: sound: tlv320adcx140: Add GPI config property
 2020-05-26 20:09 UTC  (2+ messages)
` [PATCH 2/2] ASoC: tlv320adcx140: Add support for configuring GPI pins

[rcu:dev.2020.05.25a] BUILD SUCCESS 1e9451642683146552713c5ce6d269ae378eacd5
 2020-05-26 20:03 UTC 

[PATCH] sched/fair: don't NUMA balance for kthreads
 2020-05-26 20:00 UTC  (3+ messages)

[PATCH] soc: fsl: qe: Replace one-element array and use struct_size() helper
 2020-05-26 19:56 UTC  (7+ messages)

[PATCH v2] x86/mm: Change so poison pages are either unmapped or marked uncacheable
 2020-05-26 19:56 UTC  (2+ messages)
` [tip: ras/core] x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisoned

[PATCH][V3] arm64: perf: Get the wrong PC value in REGS_ABI_32 mode
 2020-05-26 19:54 UTC  (3+ messages)

[PATCH v2] drivers/irqchip: Remove function callback casts
 2020-05-26 19:51 UTC  (4+ messages)

[PATCH] capabilities: Introduce CAP_RESTORE
 2020-05-26 19:51 UTC  (5+ messages)

[PATCH V2] arm64/cpufeature: Add get_arm64_ftr_reg_nowarn()
 2020-05-26 19:46 UTC  (3+ messages)

[tip: ras/core] x86/{mce,mm}: Change so poison pages are either unmapped or marked uncacheable
 2020-05-26 19:46 UTC  (4+ messages)

[PATCH 1/1] vfio/spapr_tce: convert get_user_pages() --> pin_user_pages()
 2020-05-26 19:45 UTC  (3+ messages)

mmotm 2020-05-25-16-56 uploaded
 2020-05-26 19:37 UTC  (3+ messages)
` mmotm 2020-05-25-16-56 uploaded (mtd/nand/raw/arasan-nand-controller)

[PATCH v1] PCI: controller: Remove duplicate error message
 2020-05-26 18:22 UTC  (2+ messages)

[PATCH 4.4 00/65] 4.4.225-rc1 review
 2020-05-26 18:53 UTC  (14+ messages)
` [PATCH 4.4 06/65] evm: Check also if *tfm is an error pointer in init_desc()
` [PATCH 4.4 07/65] fix multiplication overflow in copy_fdtable()
` [PATCH 4.4 18/65] media: fix use-after-free in cdev_put() when app exits after driver unbind
` [PATCH 4.4 21/65] i2c: dev: dont start function name with return
` [PATCH 4.4 24/65] i2c: dev: Fix the race between the release of i2c_dev and cdev
` [PATCH 4.4 26/65] sched/fair, cpumask: Export for_each_cpu_wrap()
` [PATCH 4.4 27/65] padata: Replace delayed timer with immediate workqueue in padata_reorder
` [PATCH 4.4 32/65] platform/x86: alienware-wmi: fix kfree on potentially uninitialized pointer
` [PATCH 4.4 35/65] l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind()
` [PATCH 4.4 38/65] l2tp: dont use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6
` [PATCH 4.4 39/65] net: l2tp: export debug flags to UAPI
` [PATCH 4.4 40/65] net: l2tp: deprecate PPPOL2TP_MSG_* in favour of L2TP_MSG_*
` [PATCH 4.4 43/65] L2TP:Adjust intf MTU, add underlay L3, L2 hdrs


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).