linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-10 22:54:15 to 2018-07-11 04:00:50 UTC [more...]

[PATCH v35 0/5] Virtio-balloon: support free page reporting
 2018-07-11  4:00 UTC  (6+ messages)
` [PATCH v35 1/5] mm: support to get hints of free page blocks

[PATCH RESEND] KVM: Add coalesced PIO support
 2018-07-11  3:45 UTC 

[PATCH net-next][RESEND] net/tls: Use aead_request_alloc/free for request alloc/free
 2018-07-11  9:02 UTC 

[RFC] Add BPF_SYNCHRONIZE bpf(2) command
 2018-07-11  3:40 UTC  (13+ messages)

[PATCH] net/tls: Use aead_request_alloc/free for request alloc/free
 2018-07-11  8:59 UTC 

[PATCH v3 0/3] have the vt console preserve unicode characters
 2018-07-11  3:39 UTC  (4+ messages)
` [PATCH v3 1/3] vt: preserve unicode values corresponding to screen characters

[PATCH v13 1/2] Reorganize the oom report in dump_header
 2018-07-11  3:39 UTC  (4+ messages)
` [PATCH v13 2/2] Add oom victim's memcg to the oom context information

[PATCH 00/14] thermal: ti-soc-thermal: simplify the driver a bit
 2018-07-11  3:38 UTC  (9+ messages)
  ` [PATCH 01/14] thermal: ti-soc-thermal: fix TALERT IRQ handling for DRA752
  ` [PATCH 02/14] thermal: ti-soc-thermal: fix comment in omap5xxx-bandgap.h
  ` [PATCH 03/14] thermal: ti-soc-thermal: fix comments in omap4-thermal-data.c
  ` [PATCH 04/14] thermal: ti-soc-thermal: cleanup COUNTER feature handling for OMAP5

[PATCH bpf-next v4 0/3] bpf: btf: print bpftool map data with btf
 2018-07-11  3:21 UTC  (3+ messages)
` [PATCH bpf-next v4 2/3] bpf: btf: add btf print functionality
` [PATCH bpf-next v4 3/3] bpf: btf: print map dump and lookup with btf info

[PATCH v2 00/18] Allwinner R40 HDMI refactoring
 2018-07-11  3:15 UTC  (9+ messages)
` [PATCH v2 08/18] ARM: dts: sun8i: r40: Add mixer ids to TCON TOP
` [PATCH v2 09/18] drm/sun4i: mixer: Order includes alphabetically
` [PATCH v2 10/18] drm/sun4i: mixer: Read id from DT
` [PATCH v2 17/18] drm/sun4i: tcon-top: Remove mux configuration at probe time

linux-next: manual merge of the driver-core tree with the iommu tree
 2018-07-11  3:14 UTC 

linux-next: manual merge of the vfs tree with the overlayfs tree
 2018-07-11  3:13 UTC  (53+ messages)
    ` [RFC][PATCH 01/42] drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
      ` [RFC][PATCH 02/42] cxl_getfile(): fix double-iput() on alloc_file() failures
      ` [RFC][PATCH 03/42] ocxlflash_getfile(): "
      ` [RFC][PATCH 04/42] make get_empty_filp() to call file_free_rcu() directly
      ` [RFC][PATCH 05/42] fold security_file_free() into file_free()
      ` [RFC][PATCH 06/42] turn filp_clone_open() into inline wrapper for dentry_open()
      ` [RFC][PATCH 07/42] create_pipe_files(): use fput() if allocation of the second file fails
      ` [RFC][PATCH 08/42] make sure do_dentry_open() won't return positive as an error
      ` [RFC][PATCH 09/42] pass creds to get_empty_filp(), make sure dentry_open() passes the right creds
      ` [RFC][PATCH 10/42] get rid of cred argument of vfs_open() and do_dentry_open()
      ` [RFC][PATCH 11/42] security_file_open(): lose cred argument
      ` [RFC][PATCH 12/42] ->file_open(): "
      ` [RFC][PATCH 13/42] introduce FMODE_OPENED
      ` [RFC][PATCH 14/42] fold put_filp() into fput()
      ` [RFC][PATCH 15/42] lift fput() on late failures into path_openat()
      ` [RFC][PATCH 16/42] now we can fold open_check_o_direct() into do_dentry_open()
      ` [RFC][PATCH 17/42] switch all remaining checks for FILE_OPENED to FMODE_OPENED
      ` [RFC][PATCH 18/42] introduce FMODE_CREATED and switch to it
      ` [RFC][PATCH 19/42] IMA: don't propagate opened through the entire thing
      ` [RFC][PATCH 20/42] getting rid of 'opened' argument of ->atomic_open() - step 1
      ` [RFC][PATCH 21/42] getting rid of 'opened' argument of ->atomic_open() - part 2
      ` [RFC][PATCH 22/42] get rid of 'opened' argument of ->atomic_open() - part 3
      ` [RFC][PATCH 23/42] get rid of 'opened' in path_openat() and the helpers downstream
      ` [RFC][PATCH 24/42] ->atomic_open(): return 0 in all success cases
      ` [RFC][PATCH 25/42] document ->atomic_open() changes
      ` [RFC][PATCH 26/42] switch atomic_open() and lookup_open() to returning 0 in all success cases
      ` [RFC][PATCH 27/42] kill FILE_{CREATED,OPENED}
      ` [RFC][PATCH 28/42] new wrapper: alloc_file_pseudo()
      ` [RFC][PATCH 29/42] __shmem_file_setup(): reorder allocations
      ` [RFC][PATCH 30/42] ... and switch shmem_file_setup() to alloc_file_pseudo()
      ` [RFC][PATCH 31/42] cxl_getfile(): switch "
      ` [RFC][PATCH 32/42] ocxlflash_getfile(): "
      ` [RFC][PATCH 33/42] hugetlb_file_setup(): "
      ` [RFC][PATCH 34/42] anon_inode_getfile(): "
      ` [RFC][PATCH 35/42] create_pipe_files(): switch the first allocation "
      ` [RFC][PATCH 36/42] new helper: alloc_file_clone()
      ` [RFC][PATCH 37/42] do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone()
      ` [RFC][PATCH 38/42] make alloc_file() static
      ` [RFC][PATCH 39/42] document alloc_file() changes
      ` [RFC][PATCH 40/42] make path_init() unconditionally paired with terminate_walk()
      ` [RFC][PATCH 41/42] allow link_path_walk() to take ERR_PTR()
      ` [RFC][PATCH 42/42] few more cleanups of link_path_walk() callers

[RFC][PATCH 0/11] PIDTYPE_TGID and fewer fork restarts
 2018-07-11  3:11 UTC  (13+ messages)
                        ` [RFC][PATCH 01/11] pids: Initialize leader_pid in init_task
                        ` [RFC][PATCH 02/11] pids: Move task_pid_type into sched/signal.h
                        ` [RFC][PATCH 03/11] pids: Compute task_tgid using signal->leader_pid
                        ` [RFC][PATCH 04/11] kvm: Don't open code task_pid in kvm_vcpu_ioctl
                        ` [RFC][PATCH 05/11] pids: Move the pgrp and session pid pointers from task_struct to signal_struct
                        ` [RFC][PATCH 06/11] pid: Implement PIDTYPE_TGID
                        ` [RFC][PATCH 07/11] signal: Deliver group signals via PIDTYPE_TGID not PIDTYPE_PID
                        ` [RFC][PATCH 08/11] signal: Use PIDTYPE_TGID to clearly store where file signals will be sent
                        ` [RFC][PATCH 09/11] tty_io: Use do_send_sig_info in __do_SACK to forcibly kill tasks
                        ` [RFC][PATCH 10/11] signal: Push pid type from signal senders down into __send_signal
                        ` [RFC][PATCH 11/11] signal: Ignore all but multi-process signals that come in during fork

[PATCH V2] mmc: core: improve reasonableness of bus width setting for HS400es
 2018-07-11  3:00 UTC 

[PATCH 0/3] arm64: dts: sdm845: Add RPMh-regulators and usb
 2018-07-11  2:57 UTC  (6+ messages)
` [PATCH 2/3] arm64: dts: qcom: sdm845-mtp: Add RPMh VRM/XOB regulators

[PATCH] [v2] sbitmap, scsi/target: add seq_file forward declaration
 2018-07-11  2:54 UTC  (2+ messages)

[PATCH v2 04/18] drm/sun4i: tcon-top: Cleanup clock handling
 2018-07-11  2:54 UTC  (3+ messages)

[PATCH 0/2] Remove remainig MCR SCSI drivers
 2018-07-11  2:54 UTC  (2+ messages)

[PATCH 0/4] SCSI results rework preparation part 2
 2018-07-11  2:53 UTC  (2+ messages)

[PATCH net-next v2 0/5] virtio: support packed ring
 2018-07-11  2:52 UTC  (7+ messages)
` [PATCH net-next v2 1/5] virtio: add packed ring definitions
` [PATCH net-next v2 2/5] virtio_ring: support creating packed ring
` [PATCH net-next v2 3/5] virtio_ring: add packed ring support
` [PATCH net-next v2 4/5] virtio_ring: add event idx support in packed ring
` [PATCH net-next v2 5/5] virtio_ring: enable "

[PATCH] scsi: switch to scsi-mq by default
 2018-07-11  2:52 UTC  (2+ messages)

[PATCH] scsi: mptfusion: mark expected switch fall-throughs
 2018-07-11  2:52 UTC  (2+ messages)

[PATCH v4 0/9] iommu/vt-d: Improve PASID id and table management
 2018-07-11  2:48 UTC  (7+ messages)
` [PATCH v4 1/9] iommu/vt-d: Global PASID name space
` [PATCH v4 6/9] iommu/vt-d: Per PCI device pasid table interfaces
` [PATCH v4 9/9] iommu/vt-d: Remove the obsolete per iommu pasid tables

[PATCH v10 00/14] arm64: kexec: add kexec_file_load() support
 2018-07-11  2:49 UTC  (6+ messages)
` [PATCH v10 08/14] arm64: kexec_file: load initrd and device-tree

[PATCH v4 0/6] Add Actions Semiconductor Owl S900 I2C support
 2018-07-11  2:45 UTC  (2+ messages)

[net-next,v3] tcp: Improve setsockopt() TCP_USER_TIMEOUT accuracy
 2018-07-11  2:34 UTC  (6+ messages)

[PATCH v2 2/2] regulator: uniphier: add regulator driver for UniPhier SoC
 2018-07-11  2:31 UTC  (3+ messages)

[V9fs-developer] [PATCH] p9_check_errors() validate PDU length
 2018-07-11  2:27 UTC  (2+ messages)

[PATCH v5 0/1] *** PCI: kirin: Add MSI support ***
 2018-07-11  2:22 UTC  (5+ messages)
` [PATCH v5 1/1] PCI: kirin: Add MSI support
  ` 答复: "
      ` 答复: "

[PATCH V2 1/2] clk: imx: add ocram_s clock for i.mx6sx
 2018-07-11  2:18 UTC  (4+ messages)
` [PATCH V2 2/2] ARM: dts: imx6sx: add ocram_s support

[PATCH v2] selftests/android: initialize heap_type to avoid compiling warning
 2018-07-11  2:08 UTC 

[RFC net-next 00/15] net: A socket API for LoRa
 2018-07-11  2:07 UTC  (4+ messages)

[V9fs-developer] [PATCH] Integer underflow in pdu_read()
 2018-07-11  2:04 UTC  (2+ messages)

[PATCH v6 0/9] x86: macrofying inline asm for better compilation
 2018-07-11  1:59 UTC  (2+ messages)

[PATCH] printk: remove unused suppress_message_printing()
 2018-07-11  1:54 UTC  (2+ messages)

[PATCH 24/32] vfs: syscall: Add fsopen() to prepare for superblock creation [ver #9]
 2018-07-11  1:48 UTC  (18+ messages)
` [PATCH 00/32] VFS: Introduce filesystem context "
  ` [PATCH 08/32] smack: Implement filesystem context security hooks "
  ` [PATCH 10/32] tomoyo: Implement security hooks for the new mount API "
  ` [MANPAGE PATCH] Add manpage for fsopen(2), fspick(2) and fsmount(2)
  ` [MANPAGE PATCH] Add manpage for fsinfo(2)

[PATCH] tracing/irqtrace: only call trace_hardirqs_on/off when state changes
 2018-07-11  1:44 UTC  (9+ messages)

[PATCH 0/3] fix selftests compiling errors and warnings
 2018-07-11  1:37 UTC  (4+ messages)

[PATCH] iio: pressure: bmp280: remove unused options from device tree documentation
 2018-07-11  1:33 UTC 

[PATCH -mm -v4 00/21] mm, THP, swap: Swapout/swapin THP in one piece
 2018-07-11  1:28 UTC  (16+ messages)
` [PATCH -mm -v4 03/21] mm, THP, swap: Support PMD swap mapping in swap_duplicate()
` [PATCH -mm -v4 04/21] mm, THP, swap: Support PMD swap mapping in swapcache_free_cluster()
` [PATCH -mm -v4 05/21] mm, THP, swap: Support PMD swap mapping in free_swap_and_cache()/swap_free()

[V9fs-developer] [PATCH] version pointer uninitialized
 2018-07-11  1:26 UTC  (2+ messages)

[PATCH] 9p/net/protocol.c: return -ENOMEM when kmalloc() failed
 2018-07-11  1:25 UTC  (2+ messages)

[PATCH 0/3] ARM: dts: qcom: msm8974-hammerhead: add support for mpu6515
 2018-07-11  1:09 UTC  (4+ messages)
` [PATCH 1/3] iio: imu: mpu6050: add support for 6515 variant
` [PATCH 2/3] iio: imu: mpu6050: add support for regulator framework
` [PATCH 3/3] ARM: dts: qcom: msm8974-hammerhead: add device tree bindings for mpu6515

[PATCH] arm64: neon: Fix function may_use_simd() return error status
 2018-07-11  1:09 UTC 

[PATCH net-next v1 0/5] virtio: support packed ring
 2018-07-11  1:09 UTC  (7+ messages)
` [PATCH net-next v1 4/5] virtio_ring: add event idx support in "
    ` [virtio-dev] "
` [PATCH net-next v1 5/5] virtio_ring: enable "

[PATCH 1/1] Drivers: HV: Send one page worth of kmsg dump over Hyper-V during panic
 2018-07-11  1:04 UTC  (2+ messages)

Why the mce reverts in 4.16-rt?
 2018-07-11  0:56 UTC 

[PATCH v3 4.4.y 1/3] x86/fpu: Remove use_eager_fpu()
 2018-07-11  0:48 UTC  (3+ messages)
` [PATCH v3 4.4.y 2/3] x86/fpu: Remove struct fpu::counter
` [PATCH v3 4.4.y 3/3] x86/fpu: Finish excising 'eagerfpu'

[PATCH v9 0/7] Centralize and unify usage of preempt/irq tracepoints
 2018-07-11  0:49 UTC  (5+ messages)
` [PATCH v9 6/7] lib: Add module to simulate atomic sections for testing preemptoff tracers
` [PATCH v9 7/7] kselftests: Add tests for the preemptoff and irqsoff tracers

[GIT PULL] SCSI fixes for 4.18-rc3
 2018-07-11  0:40 UTC  (9+ messages)
          `  "

[RFC PATCH v2 00/27] Control Flow Enforcement (CET)
 2018-07-11  0:11 UTC  (23+ messages)
` [RFC PATCH v2 11/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [RFC PATCH v2 12/27] x86/mm: Shadow stack page fault error checking
` [RFC PATCH v2 13/27] mm: Handle shadow stack page fault
` [RFC PATCH v2 14/27] mm: Handle THP/HugeTLB "
` [RFC PATCH v2 15/27] mm/mprotect: Prevent mprotect from changing shadow stack
` [RFC PATCH v2 16/27] mm: Modify can_follow_write_pte/pmd for "
` [RFC PATCH v2 17/27] x86/cet/shstk: User-mode shadow stack support
` [RFC PATCH v2 18/27] x86/cet/shstk: Introduce WRUSS instruction
` [RFC PATCH v2 22/27] x86/cet/ibt: User-mode indirect branch tracking support
` [RFC PATCH v2 23/27] mm/mmap: Add IBT bitmap size to address space limit check

[PATCH] Check jvmti_agent snprintf return value to avoid build failures with GCC-8.1.1
 2018-07-11  0:10 UTC  (3+ messages)

[PATCH 1/2] drivers: core: Don't try to use a dead glue_dir
 2018-07-11  0:07 UTC  (8+ messages)

[PATCH 0/3] rhashtable: replace rhashtable_walk_peek implementation
 2018-07-10 23:55 UTC  (4+ messages)
` [PATCH 2/3] rhashtable: add rhashtable_walk_last_seen()

mmotm 2018-07-10-16-50 uploaded
 2018-07-10 23:50 UTC 

[PATCH bpf v2 0/1] bpf: btf: Fix endianness of bitfields
 2018-07-10 23:46 UTC  (3+ messages)
` [PATCH bpf v2 1/1] bpf: btf: Fix bitfield extraction for big endian

[PATCH] checkpatch: Require author Signed-off-by
 2018-07-10 23:46 UTC  (5+ messages)

[PATCH v11 0/8] i2c: Add FSI-attached I2C master algorithm
 2018-07-10 23:39 UTC  (5+ messages)
` [PATCH v11 5/8] i2c: fsi: Add transfer implementation

Several suspected memory leaks
 2018-07-10 23:37 UTC  (2+ messages)

[PATCH v5 0/6] crypto: Add Qcom PRNG support
 2018-07-10 23:37 UTC  (4+ messages)
` [PATCH v5 6/6] crypto: qcom: Add ACPI support

[RFC v4 0/3] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-07-10 23:34 UTC  (4+ messages)
` [RFC v4 PATCH 1/3] mm: introduce VM_DEAD flag and extend check_stable_address_space to check it
` [RFC v4 PATCH 2/3] mm: refactor do_munmap() to extract the common part
` [RFC v4 PATCH 3/3] mm: mmap: zap pages with read mmap_sem for large mapping

[RFT PATCH 0/4] usb: dwc2: Turn on uframe sched everywhere
 2018-07-10 23:34 UTC  (3+ messages)
` [RFT PATCH 2/4] usb: dwc2: Turn on uframe_sched on "his" platforms

[PATCH] [RESEND] perf/x86/intel/uncore: Fix the index of PCU.3 Broadwell CPUs
 2018-07-10 23:31 UTC 

[PATCH v2] tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquire
 2018-07-10 23:31 UTC  (2+ messages)

[PATCH 2/2] drivers: core: Remove glue dirs from sysfs earlier
 2018-07-10 23:31 UTC  (6+ messages)
                ` [PATCH v2 "

[PATCH] swiotlb: Clean up reporting
 2018-07-10 23:22 UTC 

[PATCH v3] PCI/AER: Fix aerdrv loading with "pcie_ports=native" parameter
 2018-07-10 23:19 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v2] tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquire
 2018-07-10 23:14 UTC  (3+ messages)

[PATCH] sched/fair: Remove setting task's se->runnable_weight during PELT update
 2018-07-10 23:09 UTC  (2+ messages)

[PATCH 31/32] vfs: syscall: Add fsinfo() to query filesystem information [ver #9]
 2018-07-10 22:44 UTC 


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