linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-24 23:52:05 to 2019-12-25 17:22:42 UTC [more...]

[PATCH 1/2] proc: decouple proc from VFS with "struct proc_ops"
 2019-12-25 17:22 UTC 

[PATCH v6 2/3] pid: Introduce pidfd_getfd syscall
 2019-12-25 17:05 UTC  (2+ messages)

[PATCH] ARM: dts: Add omap3-echo
 2019-12-25 17:01 UTC  (5+ messages)

[PATCH] docs: w1: Fix a typo in omap-hdq.rst
 2019-12-25 16:55 UTC 

[PATCH] clk: Don't try to enable critical clocks if prepare failed
 2019-12-25 16:34 UTC 

[QUESTION] question about the errno of rename the parent dir to a subdir of a specified directory
 2019-12-25 16:27 UTC  (2+ messages)

[PATCH v6 1/3] vfs, fdtable: Add get_task_file helper
 2019-12-25 16:19 UTC  (3+ messages)

[PATCH] powerpc/shared: Fix build problem
 2019-12-25 16:06 UTC 

[PATCH net] virtio_net: CTRL_GUEST_OFFLOADS depends on CTRL_VQ
 2019-12-25 16:02 UTC  (6+ messages)

[PATCH 0/3] Meson8b/8m2: Ethernet RGMII TX delay fixes
 2019-12-25 15:33 UTC  (6+ messages)
` [PATCH 1/3] net: stmmac: dwmac-meson8b: Fix the RGMII TX delay on Meson8b/8m2 SoCs
` [PATCH 2/3] ARM: dts: meson8b: odroidc1: use the same RGMII TX delay as u-boot
` [PATCH 3/3] ARM: dts: meson8m2: mxiii-plus: "

KASAN: use-after-free Read in fb_mode_is_equal
 2019-12-25 15:26 UTC  (3+ messages)

[PATCH v1 0/2] support virtio mmio specification Version 3
 2019-12-25 15:20 UTC  (5+ messages)
` [PATCH v1 1/2] x86/msi: Enhance x86 to support platform_msi
` [PATCH v1 2/2] virtio-mmio: add features for virtio-mmio specification version 3

Broken sata_nv since 4.19
 2019-12-25 15:00 UTC  (4+ messages)

[PATCH v4 2/2] spi: cadence-quadpsi: Add support for the Cadence QSPI controller
 2019-12-25 14:49 UTC  (2+ messages)

[PATCH v2] efi: arm: defer probe of PCIe backed efifb on DT systems
 2019-12-25 14:46 UTC  (2+ messages)

[GIT PULL] devfreq fixes for v5.5-rc4
 2019-12-25 14:21 UTC  (2+ messages)

[RFC] memcg: Add swappiness to cgroup2
 2019-12-25 14:05 UTC  (2+ messages)

[PATCH] mm/page_owner: print largest memory consumer when OOM panic occurs
 2019-12-25 13:53 UTC  (4+ messages)

[PATCH] KVM: arm/arm64: vgic-its: Check hopefully the last DISCARD command error
 2019-12-25 13:30 UTC 

[PATCH] scsi: don't memset to zero after dma_alloc_coherent
 2019-12-25 13:23 UTC 

[PATCH] drm: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
 2019-12-25 13:20 UTC 

[PATCH] habanalabs: halt the engines before hard-reset
 2019-12-25 13:19 UTC 

[PATCH] drm/v3d: remove duplicated kfree in v3d_submit_cl_ioctl
 2019-12-25 13:17 UTC 

[PATCH] MIPS: ralink: add missing put_device in ill_acc_of_setup
 2019-12-25 13:15 UTC 

[RESEND RFC 0/2] Paravirtualized Control Register pinning
 2019-12-25 13:05 UTC  (4+ messages)

f2fs compile problem in next-20191220 on x86-32
 2019-12-25 13:04 UTC  (2+ messages)

[PATCH v6 00/10] proc: modernize proc to support multiple private instances
 2019-12-25 12:51 UTC  (11+ messages)
` [PATCH v6 01/10] proc: Rename struct proc_fs_info to proc_fs_opts
` [PATCH v6 02/10] proc: add proc_fs_info struct to store proc information
` [PATCH v6 03/10] proc: move /proc/{self|thread-self} dentries to proc_fs_info
` [PATCH v6 04/10] proc: move hide_pid, pid_gid from pid_namespace "
` [PATCH v6 05/10] proc: add helpers to set and get proc hidepid and gid mount options
` [PATCH v6 06/10] proc: support mounting procfs instances inside same pid namespace
` [PATCH v6 07/10] proc: flush task dcache entries from all procfs instances
` [PATCH v6 08/10] proc: instantiate only pids that we can ptrace on 'hidepid=3' mount option
` [PATCH v6 09/10] proc: add option to mount only a pids subset
` [PATCH v6 10/10] docs: proc: add documentation for "hidepid=3" and "pidonly" options and new mount behavior

[PATCH] fs: inode: Reduce volatile inode wraparound risk when ino_t is 64 bit
 2019-12-25 12:54 UTC  (10+ messages)

[GIT PULL] TTY/Serial driver fixes for 5.5-rc3
 2019-12-25 12:52 UTC  (4+ messages)

[PATCH] vfio-ccw: Use the correct style for SPDX License Identifier
 2019-12-25 12:20 UTC 

[PATCH -next] powerpc/pmac/smp: Fix old-style declaration
 2019-12-25 11:49 UTC 

[PATCH -next] x86/jump_label: Fix old-style declaration
 2019-12-25 11:45 UTC 

[PATCH for 5.5 1/3] rseq: Fix: Reject unknown flags on rseq unregister
 2019-12-25 11:39 UTC  (3+ messages)
` [tip: core/urgent] rseq: "

[PATCH 0/3] leds: lm3692x: Disable chip on brightness 0
 2019-12-25 11:16 UTC  (4+ messages)
` [PATCH 1/3] leds: lm3692x: Move lm3692x_init and rename to lm3692x_leds_enable
` [PATCH 2/3] leds: lm3692x: Split out lm3692x_leds_disable
` [PATCH 3/3] leds: lm3692x: Disable chip on brightness 0

[PATCH net-next v8 00/14] ethtool netlink interface, part 1
 2019-12-25 11:07 UTC  (5+ messages)
` [PATCH net-next v8 02/14] ethtool: helper functions for netlink interface

[PATCH v2 0/6] leds: lm3692x: Allow to set ovp and brigthness mode
 2019-12-25 11:07 UTC  (7+ messages)
` [PATCH v2 1/6] dt: bindings: lm3692x: Add ti,ovp-microvolt property
` [PATCH v2 2/6] leds: lm3692x: Allow to configure over voltage protection
` [PATCH v2 3/6] dt: bindings: lm3692x: Add ti,brightness-mapping-exponential property
` [PATCH v2 4/6] leds: lm3692x: Allow to configure brigthness mode
` [PATCH v2 5/6] dt: bindings: lm3692x: Add led-max-microamp property
` [PATCH v2 6/6] leds: lm3692x: Make sure we don't exceed the maximum led current

[PATCH v2] locking/lockdep: Fix buffer overrun problem in stack_trace[]
 2019-12-25 10:39 UTC  (2+ messages)
` [tip: locking/urgent] "

[PATCH v3 3/5] sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()
 2019-12-25 10:39 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH v3 4/5] sched/fair: Make task_fits_capacity() consider uclamp restrictions
 2019-12-25 10:39 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH 3/3] x86/efistub: disable paging at mixed mode entry
 2019-12-25 10:38 UTC  (2+ messages)
` [tip: efi/urgent] x86/efistub: Disable "

[PATCH for 5.5 2/3] rseq: Fix: Unregister rseq for clone CLONE_VM
 2019-12-25 10:38 UTC  (2+ messages)
` [tip: core/urgent] rseq: "

[tip: sched/core] sched/fair: Make sched-idle CPU selection consistent throughout
 2019-12-25 10:39 UTC 

[PATCH v3 1/5] sched/uclamp: Remove uclamp_util()
 2019-12-25 10:39 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH v2] sched: rt: Make RT capacity aware
 2019-12-25 10:38 UTC  (2+ messages)
` [tip: sched/core] sched/rt: Make RT capacity-aware

[PATCH v3 2/5] sched/uclamp: Make uclamp util helpers use and return UL values
 2019-12-25 10:39 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH v3 5/5] sched/fair: Make EAS wakeup placement consider uclamp restrictions
 2019-12-25 10:38 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH -next] sched/core: fix variable "delta" set but not used
 2019-12-25 10:39 UTC  (2+ messages)
` [tip: sched/core] sched/core: Remove unused variable from set_user_nice()

[tip: perf/core] x86/alternatives: Implement a better poke_int3_handler() completion scheme
 2019-12-25 10:38 UTC 

[PATCH 1/3] efi/earlycon: Fix write-combine mapping on x86
 2019-12-25 10:38 UTC  (2+ messages)
` [tip: efi/urgent] "

[PATCH 2/3] efi/libstub/random: Initialize pointer variables to zero for mixed mode
 2019-12-25 10:38 UTC  (2+ messages)
` [tip: efi/urgent] "

[RESEND v6,1/3] dt-bindings: i2c: support property idle-state
 2019-12-25 10:36 UTC  (3+ messages)
` [RESEND v6,2/3] i2c: mux: pca954x: "
` [RESEND v6,3/3] arm64: dts: fsl-ls208xa-rdb: fix an errata E-00013

[PATCH] f2fs: introduce DEFAULT_IO_TIMEOUT_JIFFIES
 2019-12-25  9:58 UTC  (3+ messages)

[GIT PULL 00/25] EFI updates for v5.6
 2019-12-25  9:50 UTC  (2+ messages)

[GIT PULL 0/3] EFI fixes for v5.5
 2019-12-25  9:50 UTC  (2+ messages)

[PATCH v7 0/3] arm64: implement KPROBES_ON_FTRACE
 2019-12-25  9:46 UTC  (5+ messages)
` [PATCH v7 1/3] kprobes/ftrace: Use ftrace_location() when [dis]arming probes
` [PATCH v7 2/3] ftrace: introduce FTRACE_IP_EXTENSION
` [PATCH v7 3/3] arm64: implement KPROBES_ON_FTRACE

[PATCH v2 3/3] drm/panel: add panel driver for Leadtek LTK500HD1829
 2019-12-25  9:14 UTC  (2+ messages)

[PATCH v7 00/10] per lruvec lru_lock for memcg
 2019-12-25  9:04 UTC  (11+ messages)
` [PATCH v7 01/10] mm/vmscan: remove unnecessary lruvec adding
` [PATCH v7 02/10] mm/memcg: fold lru_lock in lock_page_lru
` [PATCH v7 03/10] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v7 04/10] mm/lru: introduce the relock_page_lruvec function
` [PATCH v7 05/10] mm/mlock: optimize munlock_pagevec by relocking
` [PATCH v7 06/10] mm/swap: only change the lru_lock iff page's lruvec is different
` [PATCH v7 07/10] mm/pgdat: remove pgdat lru_lock
` [PATCH v7 08/10] mm/lru: revise the comments of lru_lock
` [PATCH v7 09/10] mm/lru: add debug checking for page memcg moving
` [PATCH v7 10/10] mm/memcg: add debug checking in lock_page_memcg

[PATCH v6] arm64: implement KPROBES_ON_FTRACE
 2019-12-25  9:01 UTC  (5+ messages)

[PATCH for vm-scalability] usemem: Fix the build warning
 2019-12-25  8:45 UTC  (2+ messages)

Take home 750,000 Euros this end of year
 2019-12-25  4:33 UTC 

[PATCH v3 0/2] New zonefs file system
 2019-12-25  8:21 UTC  (10+ messages)
` [PATCH v3 1/2] fs: "
` [PATCH v3 2/2] zonefs: Add documentation

[PATCH v1 0/2] scsi: ufs: use existed well-defined functions
 2019-12-25  8:21 UTC  (7+ messages)
` [PATCH v1 1/2] scsi: ufs: unify scsi_block_requests usage
` [PATCH v1 2/2] scsi: ufs: use ufshcd_vops_dbg_register_dump for vendor specific dumps

[PATCH v4 0/2] New zonefs file system
 2019-12-25  8:17 UTC  (3+ messages)
` [PATCH v4 1/2] fs: "
` [PATCH v4 2/2] zonefs: Add documentation

[PATCH v01] sched/core: uclamp: fix rq.uclamp memory size of initialization
 2019-12-25  7:44 UTC 

[PATCH v2 0/2 RESEND] scsi: ufs-mediatek: add device reset implementation
 2019-12-25  7:34 UTC  (5+ messages)
` [PATCH v2 1/2 RESEND] soc: mediatek: add header for SiP service interface

[PATCH] powerpc/mpc85xx: also write addr_h to spin table for 64bit boot entry
 2019-12-25  7:19 UTC  (7+ messages)

[PATCH] ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less
 2019-12-25  7:19 UTC  (2+ messages)
` [Ocfs2-devel] "

[PATCH 0/1] Fix SH config error
 2019-12-25  7:18 UTC  (8+ messages)
` [PATCH 1/1] Fix undefined reference to 'node_reclaim_distance'

[RESEND,PATCH 00/13] MT6779 IOMMU SUPPORT
 2019-12-25  6:58 UTC  (4+ messages)
` [RESEND,PATCH 02/13] iommu/mediatek: Add mt6779 IOMMU basic support

[RFD] kdump, kaslr: how to fix the failure of reservation of crashkernel low memory due to physical kaslr
 2019-12-25  6:59 UTC  (2+ messages)

[PATCH v2 0/2] misc: pvpanic: add crash loaded event
 2019-12-25  6:26 UTC  (3+ messages)
` [PATCH v2 1/2] misc: pvpanic: move bit definition to uapi header file
` [PATCH v2 2/2] misc: pvpanic: add crash loaded event

[PATCH v1] Bluetooth: hci_qca: Retry btsoc initialize when it fails
 2019-12-25  6:07 UTC  (2+ messages)

[PATCH v1] Bluetooth: hci_qca: Add poweroff support during hci down for QCA Rome
 2019-12-25  6:06 UTC  (2+ messages)

[PATCH v1 1/4] Bluetooth: hci_qca: Add QCA Rome power off support to the qca_power_off()
 2019-12-25  6:03 UTC  (4+ messages)
` [PATCH v1 2/4] Bluetooth: hci_qca: Retry btsoc initialize when it fails
` [PATCH v1 3/4] Bluetooth: hci_qca: Enable power off/on support during hci down/up for QCA Rome
` [PATCH v1 4/4] Bluetooth: hci_qca: Add HCI command timeout handling

[PATCH] use bash instead of sh to run mkcompile_h
 2019-12-25  5:58 UTC 

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-25  5:26 UTC  (9+ messages)

[PATCH v2] mv88e6xxx: Add serdes Rx statistics
 2019-12-25  5:22 UTC 

AW: Slow I/O on USB media after commit f664a3cc17b7d0a2bc3b3ab96181e1029b0ec0e6
 2019-12-25  5:17 UTC  (10+ messages)

[PATCH v2 0/2] New zonefs file system
 2019-12-25  5:02 UTC  (6+ messages)
` [PATCH v2 1/2] fs: "

[PATCH] NFSv3: FIx bug when using chacl and chmod to change acl
 2019-12-25  3:37 UTC 

[PATCH net-next v2] openvswitch: add TTL decrement action
 2019-12-25  3:26 UTC  (5+ messages)
    ` [ovs-dev] "

[PATCH RESEND v2 00/17] KVM: Dirty ring interface
 2019-12-25  3:23 UTC  (5+ messages)
` [PATCH RESEND v2 08/17] KVM: X86: Implement ring-based dirty memory tracking

[PATCH] usb: hub: move resume delay at the head of all USB access functions
 2019-12-25  3:15 UTC  (3+ messages)

[PATCH v2] ppp: Remove redundant BUG_ON() check in ppp_pernet
 2019-12-25  3:07 UTC 

[PATCH] Revert "rockchip: make sure timer7 is enabled on rk3288 platforms"
 2019-12-25  3:02 UTC  (2+ messages)

答复: 答复: [PATCH] iommu/vt-d: Don't reject nvme host due to scope mismatch
 2019-12-25  2:40 UTC  (9+ messages)
  ` 答复: "
      ` 答复: "
          ` 答复: "
              ` 答复: "

[PATCH] media: uvcvideo: Fix annotation for uvc_video_clock_update()
 2019-12-25  2:34 UTC 

[PATCH 0/5] Support hot-unbind in IOAT
 2019-12-25  2:25 UTC  (3+ messages)

[PATCH] KVM: nvmx: retry writing guest memory after page fault injected
 2019-12-25  2:21 UTC 

drivers/usb/misc/usbtest.c:2148:1: warning: the frame size of 1216 bytes is larger than 1024 bytes
 2019-12-25  2:01 UTC 

[PATCH] ASoC: Add MediaTek MT6660 Speaker Amp Driver
 2019-12-25  1:45 UTC  (5+ messages)

[PATCH v6] mfd: mt6360: add pmic mt6360 driver
 2019-12-25  1:41 UTC 

[PATCH 0/3] ARM: dts: meson: fixes for GPU DVFS
 2019-12-25  1:06 UTC  (4+ messages)
` [PATCH 1/3] ARM: dts: meson8b: fix the clock controller compatible string
` [PATCH 2/3] ARM: dts: meson8: use the actual frequency for the GPU's 182.1MHz OPP
` [PATCH 3/3] ARM: dts: meson8b: use the actual frequency for the GPU's 364MHz OPP

[PATCH RFC 1/1] genirq: Make threaded handler use irq affinity for managed interrupt
 2019-12-25  0:48 UTC  (11+ messages)

[PATCH 0/3] docs: ftrace: Fix minor issues in the doc
 2019-12-25  0:18 UTC  (4+ messages)
` [PATCH 2/3] docs: ftrace: Fix typos

[PATCH net 0/3] rxrpc: Fixes
 2019-12-25  0:15 UTC  (2+ messages)

[PATCH net] net: dsa: bcm_sf2: Fix IP fragment location and behavior
 2019-12-25  0:09 UTC  (2+ messages)

[PATCH] ASoC: SOF: imx8: fix memory allocation failure check on priv->pd_dev
 2019-12-25  0:09 UTC  (2+ messages)
` Applied "ASoC: SOF: imx8: fix memory allocation failure check on priv->pd_dev" to the asoc tree

[PATCH 3/5] spi: uniphier: Add handle_err callback function
 2019-12-25  0:09 UTC  (2+ messages)
` Applied "spi: uniphier: Add handle_err callback function" to the spi tree

[PATCH 1/5] spi: uniphier: Fix FIFO threshold
 2019-12-25  0:09 UTC  (2+ messages)
` Applied "spi: uniphier: Fix FIFO threshold" to the spi tree

[PATCH 2/5] spi: uniphier: Change argument of irq functions to private structure
 2019-12-25  0:09 UTC  (2+ messages)
` Applied "spi: uniphier: Change argument of irq functions to private structure" to the spi tree

[PATCH 1/3] ASoC: stm32: spdifrx: fix inconsistent lock state
 2019-12-25  0:09 UTC  (2+ messages)
` Applied "ASoC: stm32: spdifrx: fix inconsistent lock state" to the asoc tree

[PATCH] ASoC: soc-core: Set dpcm_playback / dpcm_capture
 2019-12-25  0:09 UTC  (2+ messages)
` Applied "ASoC: soc-core: Set dpcm_playback / dpcm_capture" to the asoc tree

[PATCH 3/3] ASoC: stm32: spdifrx: fix input pin state management
 2019-12-25  0:09 UTC  (2+ messages)
` Applied "ASoC: stm32: spdifrx: fix input pin state management" to the asoc tree

[PATCH 2/3] ASoC: stm32: spdifrx: fix race condition in irq handler
 2019-12-25  0:09 UTC  (2+ messages)
` Applied "ASoC: stm32: spdifrx: fix race condition in irq handler" to the asoc tree

[PATCH -next] ASoC: Intel: kbl_da7219_max98357a: remove unused variable 'constraints_16000' and 'ch_mono'
 2019-12-25  0:08 UTC  (2+ messages)
` Applied "ASoC: Intel: kbl_da7219_max98357a: remove unused variable 'constraints_16000' and 'ch_mono'" to the asoc tree

[PATCH v4 1/2] ASoC: gtm601: add Broadmobi bm818 sound profile
 2019-12-25  0:08 UTC  (2+ messages)
` Applied "ASoC: gtm601: add Broadmobi bm818 sound profile" to the asoc tree

[PATCH v4 2/2] dt-bindings: sound: gtm601: add the broadmobi interface
 2019-12-25  0:08 UTC  (2+ messages)
` Applied "dt-bindings: sound: gtm601: add the broadmobi interface" to the asoc tree

[PATCH v3 0/3] docs: ftrace: Fix minor issues in the doc
 2019-12-25  0:06 UTC  (4+ messages)
` [PATCH v3 1/3] docs: ftrace: Clarify the RAM impact of buffer_size_kb
` [PATCH v3 2/3] docs: ftrace: Fix typos
` [PATCH v3 3/3] docs: ftrace: Fix small notation mistake

nds32le-linux-objcopy: 'net/ax25/.tmp_mx_af_ax25.o': No such file
 2019-12-24 23:55 UTC 

[PATCH 0/3] docs: ftrace: Fix minor issues in the doc
 2019-12-24 23:52 UTC  (3+ messages)
` [PATCH 2/3] docs: ftrace: Fix typos
` [PATCH 3/3] docs: ftrace: Fix small notation mistake


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