mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[GRUB PATCH RFC 00/18] i386: Intel TXT secure launcher
 2020-06-01 17:56 UTC  (6+ messages)

[PATCH v4 00/11] remoteproc: stm32: Add support for attaching to M4
 2020-06-01 17:55 UTC  (5+ messages)
` [PATCH v4 03/11] remoteproc: stm32: Decouple rproc from DT parsing
` [PATCH v4 05/11] remoteproc: stm32: Parse syscon that will manage M4 synchronisation
` [PATCH v4 06/11] remoteproc: stm32: Properly set co-processor state when attaching
` [PATCH v4 11/11] remoteproc: stm32: Update M4 state in stm32_rproc_stop()

[GIT PULL] io_uring updates for 5.8-rc1
 2020-06-01 17:55 UTC 

[PATCH 4.14 00/77] 4.14.183-rc1 review
 2020-06-01 17:54 UTC  (34+ messages)
` [PATCH 4.14 01/77] ax25: fix setsockopt(SO_BINDTODEVICE)
` [PATCH 4.14 04/77] net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"
` [PATCH 4.14 14/77] ARM: dts: rockchip: fix pinctrl sub nodename for spi in rk322x.dtsi
` [PATCH 4.14 15/77] gpio: tegra: mask GPIO IRQs during IRQ shutdown
` [PATCH 4.14 17/77] gfs2: move privileged user check to gfs2_quota_lock_check
` [PATCH 4.14 19/77] cachefiles: Fix race between read_waiter and read_copier involving op->to_do
` [PATCH 4.14 20/77] usb: gadget: legacy: fix redundant initialization warnings
` [PATCH 4.14 23/77] samples: bpf: Fix build error
` [PATCH 4.14 27/77] Input: xpad - add custom init packet for Xbox One S controllers
` [PATCH 4.14 28/77] Input: dlink-dir685-touchkeys - fix a typo in driver name
` [PATCH 4.14 30/77] Input: synaptics-rmi4 - really fix attn_data use-after-free
` [PATCH 4.14 34/77] ARM: uaccess: integrate uaccess_save and uaccess_restore
` [PATCH 4.14 36/77] gpio: exar: Fix bad handling for ida_simple_get error path
` [PATCH 4.14 37/77] IB/qib: Call kobject_put() when kobject_init_and_add() fails
` [PATCH 4.14 38/77] ARM: dts: imx6q-bx50v3: Add internal switch
` [PATCH 4.14 39/77] ARM: dts/imx6q-bx50v3: Set display interface clock parents
` [PATCH 4.14 45/77] exec: Always set cap_ambient in cap_bprm_set_creds
` [PATCH 4.14 47/77] libceph: ignore pool overlay and cache logic on redirects
` [PATCH 4.14 48/77] mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()
` [PATCH 4.14 49/77] fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()
` [PATCH 4.14 50/77] include/asm-generic/topology.h: guard cpumask_of_node() macro argument
` [PATCH 4.14 56/77] xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input
` [PATCH 4.14 57/77] xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_output
` [PATCH 4.14 58/77] xfrm: fix a warning in xfrm_policy_insert_list
` [PATCH 4.14 60/77] xfrm: fix error in comment
` [PATCH 4.14 62/77] ip_vti: receive ipip packet by calling ip_tunnel_rcv
` [PATCH 4.14 63/77] netfilter: nft_reject_bridge: enable reject with bridge vlan
` [PATCH 4.14 65/77] netfilter: nfnetlink_cthelper: unbreak userspace helper support
` [PATCH 4.14 66/77] netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code
` [PATCH 4.14 72/77] mm/vmalloc.c: dont dereference possible NULL pointer in __vunmap()
` [PATCH 4.14 73/77] sc16is7xx: move label err_spi to correct section
` [PATCH 4.14 76/77] net: hns: fix unsigned comparison to less than zero
` [PATCH 4.14 77/77] net: hns: Fixes the missing put_device in positive leg for roce reset

[PATCH RFC] seccomp: Implement syscall isolation based on memory areas
 2020-06-01 17:54 UTC  (10+ messages)

[PATCH 4.9 00/61] 4.9.226-rc1 review
 2020-06-01 17:54 UTC  (39+ messages)
` [PATCH 4.9 01/61] ax25: fix setsockopt(SO_BINDTODEVICE)
` [PATCH 4.9 02/61] net: ipip: fix wrong address family in init error path
` [PATCH 4.9 03/61] net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"
` [PATCH 4.9 04/61] net sched: fix reporting the first-time use timestamp
` [PATCH 4.9 05/61] sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and socket is closed
` [PATCH 4.9 09/61] net: sun: fix missing release regions in cas_init_one()
` [PATCH 4.9 11/61] uapi: fix linux/if_pppol2tp.h userspace compilation errors
` [PATCH 4.9 12/61] IB/cma: Fix reference count leak when no ipv4 addresses are set
` [PATCH 4.9 13/61] gpio: tegra: mask GPIO IRQs during IRQ shutdown
` [PATCH 4.9 14/61] net: microchip: encx24j600: add missed kthread_stop
` [PATCH 4.9 17/61] cachefiles: Fix race between read_waiter and read_copier involving op->to_do
` [PATCH 4.9 18/61] usb: gadget: legacy: fix redundant initialization warnings
` [PATCH 4.9 20/61] Input: usbtouchscreen - add support for BonXeon TP
` [PATCH 4.9 23/61] Input: xpad - add custom init packet for Xbox One S controllers
` [PATCH 4.9 24/61] Input: i8042 - add ThinkPad S230u to i8042 reset list
` [PATCH 4.9 25/61] Input: synaptics-rmi4 - fix error return code in rmi_driver_probe()
` [PATCH 4.9 26/61] ARM: 8843/1: use unified assembler in headers
` [PATCH 4.9 28/61] ARM: uaccess: integrate uaccess_save and uaccess_restore
` [PATCH 4.9 30/61] IB/qib: Call kobject_put() when kobject_init_and_add() fails
` [PATCH 4.9 33/61] ARM: dts/imx6q-bx50v3: Set display interface clock parents
` [PATCH 4.9 35/61] ALSA: usb-audio: mixer: volume quirk for ESS Technology Asus USB DAC
` [PATCH 4.9 37/61] libceph: ignore pool overlay and cache logic on redirects
` [PATCH 4.9 38/61] mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()
` [PATCH 4.9 39/61] fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()
` [PATCH 4.9 40/61] include/asm-generic/topology.h: guard cpumask_of_node() macro argument
` [PATCH 4.9 41/61] iommu: Fix reference count leak in iommu_group_alloc
` [PATCH 4.9 43/61] mac80211: mesh: fix discovery timer re-arming issue / crash
` [PATCH 4.9 44/61] x86/dma: Fix max PFN arithmetic overflow on 32 bit systems
` [PATCH 4.9 45/61] xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input
` [PATCH 4.9 46/61] xfrm: fix a warning in xfrm_policy_insert_list
` [PATCH 4.9 48/61] vti4: eliminated some duplicate code
` [PATCH 4.9 52/61] netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code
` [PATCH 4.9 53/61] qlcnic: fix missing release in qlcnic_83xx_interrupt_test
` [PATCH 4.9 54/61] bonding: Fix reference count leak in bond_sysfs_slave_add
` [PATCH 4.9 55/61] Revert "Input: i8042 - add ThinkPad S230u to i8042 nomux list"
` [PATCH 4.9 56/61] netfilter: nf_conntrack_pptp: fix compilation warning with W=1 build
` [PATCH 4.9 57/61] genirq/generic_pending: Do not lose pending affinity update
` [PATCH 4.9 58/61] net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flags

[PATCH 4.4 00/48] 4.4.226-rc1 review
 2020-06-01 17:53 UTC  (23+ messages)
` [PATCH 4.4 01/48] ax25: fix setsockopt(SO_BINDTODEVICE)
` [PATCH 4.4 04/48] net/mlx5: Add command entry handling completion
` [PATCH 4.4 06/48] net/mlx4_core: fix a memory leak bug
` [PATCH 4.4 08/48] IB/cma: Fix reference count leak when no ipv4 addresses are set
` [PATCH 4.4 10/48] cachefiles: Fix race between read_waiter and read_copier involving op->to_do
` [PATCH 4.4 11/48] usb: gadget: legacy: fix redundant initialization warnings
` [PATCH 4.4 13/48] Input: usbtouchscreen - add support for BonXeon TP
` [PATCH 4.4 14/48] Input: i8042 - add ThinkPad S230u to i8042 nomux list
` [PATCH 4.4 17/48] Input: i8042 - add ThinkPad S230u to i8042 reset list
` [PATCH 4.4 28/48] xfrm: fix a warning in xfrm_policy_insert_list
` [PATCH 4.4 30/48] vti4: eliminated some duplicate code
` [PATCH 4.4 31/48] ip_vti: receive ipip packet by calling ip_tunnel_rcv
` [PATCH 4.4 32/48] netfilter: nft_reject_bridge: enable reject with bridge vlan
` [PATCH 4.4 33/48] netfilter: ipset: Fix subcounter update skip
` [PATCH 4.4 35/48] qlcnic: fix missing release in qlcnic_83xx_interrupt_test
` [PATCH 4.4 36/48] bonding: Fix reference count leak in bond_sysfs_slave_add
` [PATCH 4.4 37/48] Revert "Input: i8042 - add ThinkPad S230u to i8042 nomux list"
` [PATCH 4.4 39/48] mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()
` [PATCH 4.4 40/48] drm/fb-helper: Use proper plane mask for fb cleanup
` [PATCH 4.4 43/48] mac80211: fix memory leak
` [PATCH 4.4 45/48] mm/vmalloc.c: dont dereference possible NULL pointer in __vunmap()
` [PATCH 4.4 48/48] drm/msm: Fix possible null dereference on failure of get_pages()

[PATCH net-next v5] hinic: add set_channels ethtool_ops support
 2020-06-01 17:53 UTC  (2+ messages)

[tip:core/rcu] BUILD SUCCESS cb3cb6733fbd8fd8d2c716095fdca42dadba2063
 2020-06-01 17:52 UTC 

[PATCH v4 0/9] remoteproc: Add support for attaching with rproc
 2020-06-01 17:51 UTC  (10+ messages)
` [PATCH v4 1/9] remoteproc: Add new RPROC_DETACHED state
` [PATCH v4 2/9] remoteproc: Add new attach() remoteproc operation
` [PATCH v4 3/9] remoteproc: Introducing function rproc_attach()
` [PATCH v4 4/9] remoteproc: Introducing function rproc_actuate()
` [PATCH v4 5/9] remoteproc: Introducing function rproc_validate()
` [PATCH v4 6/9] remoteproc: Refactor function rproc_boot()
` [PATCH v4 7/9] remoteproc: Refactor function rproc_trigger_auto_boot()
` [PATCH v4 8/9] remoteproc: Refactor function rproc_free_vring()
` [PATCH v4 9/9] remoteproc: Properly handle firmware name when attaching

[rcu:dev.2020.05.31a 79/79] arch/m68k/include/asm/delay.h:123:19: error: called object 'ndelay' is not a function or function pointer
 2020-06-01 17:51 UTC 

[PATCH RFC] seccomp: Implement syscall isolation based on memory areas
 2020-06-01 17:48 UTC  (3+ messages)

[RFC PATCH 0/2] Add basic support for PE binary format
 2020-06-01 17:48 UTC  (5+ messages)
` [RFC PATCH 1/2] perf dso: Use libbfd to read build_id and .gnu_debuglink section
` [RFC PATCH 2/2] perf symbols: Try reading the symbol table with libbfd

[PATCH] pinctrl-single: fix pcs_parse_pinconf() return val
 2020-06-01 17:48 UTC  (3+ messages)

[PATCH 0/2] video: fbdev: fix error handling, convert to pin_user_pages*()
 2020-06-01 17:42 UTC  (8+ messages)

[PATCH 0/2] Introduce PCI_FIXUP_IOMMU
 2020-06-01 17:41 UTC  (2+ messages)

[PATCH 0/2] Build ORC fast lookup table in scripts/sorttable tool
 2020-06-01 17:38 UTC  (3+ messages)

[PATCH] misc: atmel-ssc: lock with mutex instead of spinlock
 2020-06-01 17:31 UTC  (2+ messages)

[PATCH] RDMA/hns: Uninitialized variable in modify_qp_init_to_rtr()
 2020-06-01 17:27 UTC  (2+ messages)

[PATCHv2] coresight: tmc: Add shutdown callback for TMC ETR/ETF
 2020-06-01 17:24 UTC 

[PATCH] mei: me: Add itouch device IDs for SPT / ICP
 2020-06-01 17:24 UTC  (3+ messages)

[PATCH v2 0/2] regulator_sync_state() support
 2020-06-01 17:23 UTC  (5+ messages)
` [PATCH v2 2/2] regulator: Add support for sync_state() callbacks

[PATCH] kernel: power: swap: mark a function as __init to save some memory
 2020-06-01 17:17 UTC  (3+ messages)

[PATCH v2] e1000: use generic power management
 2020-06-01 17:15 UTC  (2+ messages)

[PATCHSET v5 0/12] Add support for async buffered reads
 2020-06-01 17:15 UTC  (4+ messages)
` [PATCH 04/12] mm: add support for async page locking

[PATCH 0/2] coresight: tmc: Add shutdown callback for TMC ETR/ETF
 2020-06-01 17:15 UTC  (7+ messages)
` [PATCH 1/2] coresight: tmc: Add enable flag to indicate the status of ETR/ETF
` [PATCH 2/2] coresight: tmc: Add shutdown callback for TMC ETR/ETF

[PATCH RESEND v2 0/6] mips: Add DT bindings for MIPS CDMM and MIPS GIC
 2020-06-01 17:13 UTC  (11+ messages)
` [PATCH v2 6/6] MAINTAINERS: Add maintainers for MIPS core drivers

[GIT PULL] arm64 updates for 5.8
 2020-06-01 17:13 UTC 

[PATCH] HID: usbhid: do not sleep when opening device
 2020-06-01 17:13 UTC  (7+ messages)

[PATCH v5 00/13] perf: support enable and disable commands in stat and record modes
 2020-06-01 17:11 UTC  (9+ messages)
` [PATCH v5 09/13] perf stat: implement control commands handling
` [PATCH v5 10/13] perf stat: introduce --ctl-fd[-ack] options
` [PATCH v5 11/13] perf record: extend -D,--delay option with -1 value
` [PATCH v5 12/13] perf record: implement control commands handling
` [PATCH v5 13/13] perf record: introduce --ctl-fd[-ack] options

[PATCH] perf timechart: explain the SVG output
 2020-06-01 17:10 UTC 

[GIT PULL] x86/cache updates for v5.8
 2020-06-01 17:09 UTC 

[PATCH] [net-next] e1000e: fix unused-function warning
 2020-06-01 17:08 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v2] afs: Fix memory leak in afs_put_sysnames()
 2020-06-01 17:08 UTC  (2+ messages)

[PATCH] check: Add 10bit/slave i2c reg flags support
 2020-06-01 17:08 UTC  (4+ messages)
` [PATCH v2] "

[ANNOUNCE] Git v2.27.0
 2020-06-01 17:08 UTC  (2+ messages)
` [ANNOUNCE] git-filter-repo v2.27.0 (Was: Re: [ANNOUNCE] Git v2.27.0)

[GIT PULL] x86/vdso updates for v5.8
 2020-06-01 17:07 UTC 

[PATCHv1 00/19] Improve SBS battery support
 2020-06-01 17:05 UTC  (3+ messages)

[PATCH v5 0/7] block: fix blktrace debugfs use after free
 2020-06-01 17:05 UTC  (5+ messages)
` [PATCH v5 5/7] blktrace: fix "

[GIT PULL] x86/platform updates for v5.8
 2020-06-01 17:05 UTC 

[PATCH] kbuild: doc: rename LDFLAGS to KBUILD_LDFLAGS
 2020-06-01 17:03 UTC 

[GIT PULL] x86/mm changes for v5.8
 2020-06-01 17:01 UTC 

[PATCH] mm/vmstat: Add events for PMD based THP migration without split
 2020-06-01 16:57 UTC  (2+ messages)

[RESEND] sh: Implement __get_user_u64() required for 64-bit get_user()
 2020-06-01 16:57 UTC  (10+ messages)
` [PATCH] "

[GIT PULL] x86/fpu changes for v5.8
 2020-06-01 16:54 UTC 

[PATCH 1/5] arm: decompressor: set malloc pool size for the decompressor
 2020-06-01 16:54 UTC  (2+ messages)

[PATCH V2] dt-bindings: thermal: Convert qoriq to json-schema
 2020-06-01 16:53 UTC  (2+ messages)

[RFC, WIP, v6 00/10] media: vidtv: implement a virtual DVB driver
 2020-06-01 16:51 UTC  (3+ messages)
` [RFC, WIP, v6 05/10] media: vidtv: add wrappers for memcpy and memset

[PATCH] perf: Make perf able to build with latest libbfd
 2020-06-01 16:47 UTC  (3+ messages)

Stable backport request for linux-4.4.y
 2020-06-01 16:46 UTC  (2+ messages)

[PATCH 5/5] arm: kexec_file: load zImage or uImage, initrd and dtb
 2020-06-01 16:46 UTC  (2+ messages)

[PATCH] net/mlx5: DR, Fix freeing in dr_create_rc_qp()
 2020-06-01 16:45 UTC 

[GIT PULL] x86/cpu changes for v5.8
 2020-06-01 16:43 UTC 

[RFC PATCH v4 00/10] Introduce vendor ops in vfio-pci
 2020-06-01 16:43 UTC  (5+ messages)
` [RFC PATCH v4 07/10] vfio/pci: introduce a new irq type VFIO_IRQ_TYPE_REMAP_BAR_REGION

vimc: Add color descriptions to test image
 2020-06-01 16:36 UTC  (2+ messages)

[RFC 00/16] KVM protected memory extension
 2020-06-01 16:35 UTC  (5+ messages)
` [RFC 06/16] KVM: Use GUP instead of copy_from/to_user() to access guest memory

[GIT PULL] x86/cleanups for v5.8
 2020-06-01 16:34 UTC 

[GIT PULL] x86/build for v5.8
 2020-06-01 16:31 UTC 

[PATCH 4/4] PCI/ASPM: Don't select CONFIG_PCIEASPM by default
 2020-06-01 16:31 UTC  (2+ messages)

[PATCH 4/5] arm: Add kexec_image_info
 2020-06-01 16:30 UTC  (2+ messages)

[PATCH] bpf: Change kvfree to kfree in generic_map_lookup_batch()
 2020-06-01 16:28 UTC 

[PATCH] vimc: debayer: Add support for ARGB format
 2020-06-01 16:27 UTC  (5+ messages)

[RFC 00/14] perf tests: Check on subtest for user specified test
 2020-06-01 16:23 UTC  (9+ messages)
` [PATCH 06/14] perf tests: Add another pmu-events tests
` [PATCH 13/14] perf tests: Add parse metric test for ipc metric

[GIT PULL] x86/boot updates for v5.8
 2020-06-01 16:23 UTC 

[PATCH] perf stat: Ensure group is defined on top of the same cpu mask
 2020-06-01 16:20 UTC  (4+ messages)
  ` [PATCHv2] "

[PATCH] kgdb: Avoid suspicious RCU usage warning
 2020-06-01 16:19 UTC  (4+ messages)

[PATCH 3/5] arm: decompressor: define a new zImage tag
 2020-06-01 16:19 UTC  (2+ messages)

[PATCH] iio: improve IIO_CONCENTRATION channel type description
 2020-06-01 16:15 UTC 

[GIT PULL] smp/core changes for v5.8
 2020-06-01 16:11 UTC 

[PATCH ghak124 v2] audit: log nftables configuration change events
 2020-06-01 16:10 UTC  (2+ messages)

[PATCH v4 00/10] perf: support enable and disable commands in stat and record modes
 2020-06-01 16:10 UTC  (5+ messages)
` [PATCH v4 04/10] perf stat: factor out event handling loop into a function

[PATCH] iommu/amd: Fix event counter availability check
 2020-06-01 16:09 UTC  (5+ messages)

[RFC PATCH 0/2] PM: hibernate: opportunistic memory reclaim
 2020-06-01 16:06 UTC  (3+ messages)
` [RFC PATCH 1/2] mm: swap: allow partial swapoff with try_to_unuse()
` [RFC PATCH 2/2] PM: hibernate: introduce opportunistic memory reclaim

[PATCH v3] seccomp: Add find_notification helper
 2020-06-01 11:25 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®