public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-24 02:07:14 to 2018-06-24 15:31:47 UTC [more...]

[PATCH 4.16 00/64] 4.16.18-stable review
 2018-06-24 15:21 UTC 

[PATCH 4.14 00/52] 4.14.52-stable review
 2018-06-24 15:21 UTC  (52+ messages)
` [PATCH 4.14 01/52] bonding: re-evaluate force_primary when the primary slave name changes
` [PATCH 4.14 03/52] ipv6: allow PMTU exceptions to local routes
` [PATCH 4.14 04/52] net: dsa: add error handling for pskb_trim_rcsum
` [PATCH 4.14 05/52] net/sched: act_simple: fix parsing of TCA_DEF_DATA
` [PATCH 4.14 06/52] tcp: verify the checksum of the first data segment in a new connection
` [PATCH 4.14 07/52] socket: close race condition between sock_close() and sockfs_setattr()
` [PATCH 4.14 08/52] udp: fix rx queue len reported by diag and proc interface
` [PATCH 4.14 09/52] net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan
` [PATCH 4.14 10/52] hv_netvsc: Fix a network regression after ifdown/ifup
` [PATCH 4.14 11/52] tls: fix use-after-free in tls_push_record
` [PATCH 4.14 12/52] NFSv4.1: Fix up replays of interrupted requests
` [PATCH 4.14 13/52] ext4: fix hole length detection in ext4_ind_map_blocks()
` [PATCH 4.14 14/52] ext4: update mtime in ext4_punch_hole even if no blocks are released
` [PATCH 4.14 15/52] ext4: do not allow external inodes for inline data
` [PATCH 4.14 16/52] ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
` [PATCH 4.14 17/52] ext4: correctly handle a zero-length xattr with a non-zero e_value_offs
` [PATCH 4.14 18/52] ext4: fix fencepost error in check for inode count overflow during resize
` [PATCH 4.14 19/52] driver core: Dont ignore class_dir_create_and_add() failure
` [PATCH 4.14 20/52] Btrfs: fix clone vs chattr NODATASUM race
` [PATCH 4.14 21/52] Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()
` [PATCH 4.14 22/52] btrfs: return error value if create_io_em failed in cow_file_range
` [PATCH 4.14 23/52] btrfs: scrub: Dont use inode pages for device replace
` [PATCH 4.14 24/52] ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOs
` [PATCH 4.14 25/52] ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation
` [PATCH 4.14 26/52] ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()
` [PATCH 4.14 27/52] ALSA: hda: add dock and led support for HP EliteBook 830 G5
` [PATCH 4.14 28/52] ALSA: hda: add dock and led support for HP ProBook 640 G4
` [PATCH 4.14 29/52] x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()
` [PATCH 4.14 30/52] smb3: fix various xid leaks
` [PATCH 4.14 31/52] smb3: on reconnect set PreviousSessionId field
` [PATCH 4.14 32/52] CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expiry
` [PATCH 4.14 33/52] cifs: For SMB2 security informaion query, check for minimum sized security descriptor instead of sizeof FileAllInformation class
` [PATCH 4.14 34/52] nbd: fix nbd device deletion
` [PATCH 4.14 35/52] nbd: update size when connected
` [PATCH 4.14 36/52] nbd: use bd_set_size when updating disk size
` [PATCH 4.14 37/52] blk-mq: reinit q->tag_set_list entry only after grace period
` [PATCH 4.14 38/52] bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
` [PATCH 4.14 39/52] cpufreq: Fix new policy initialization during limits updates via sysfs
` [PATCH 4.14 40/52] cpufreq: governors: Fix long idle detection logic in load calculation
` [PATCH 4.14 41/52] libata: zpodd: small read overflow in eject_tray()
` [PATCH 4.14 42/52] libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk
` [PATCH 4.14 43/52] w1: mxc_w1: Enable clock before calling clk_get_rate() on it
` [PATCH 4.14 44/52] x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
` [PATCH 4.14 45/52] iwlwifi: fw: harden page loading code
` [PATCH 4.14 46/52] orangefs: set i_size on new symlink
` [PATCH 4.14 47/52] orangefs: report attributes_mask and attributes for statx
` [PATCH 4.14 48/52] HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation
` [PATCH 4.14 49/52] HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large
` [PATCH 4.14 50/52] vhost: fix info leak due to uninitialized memory
` [PATCH 4.14 51/52] fs/binfmt_misc.c: do not allow offset overflow
` [PATCH 4.14 52/52] mm, page_alloc: do not break __GFP_THISNODE by zonelist reset

[PATCH] staging: pi433: replace simple switch statements
 2018-06-24 15:26 UTC  (2+ messages)

[GIT PULL] Btrfs fixes for 4.18-rc1
 2018-06-24 15:19 UTC 

[PATCH net-next] tls: Removed unused variable
 2018-06-24 20:07 UTC  (2+ messages)

V2 Coding style changes. Plus one change to use memset()
 2018-06-24 14:39 UTC  (14+ messages)
` [PATCH v2 1/8] staging: rtl8192u: change block comments to prefered style - Coding Style
` [PATCH v2 2/8] staging: rtl8192u: Correct indentation of switch statement "
` [PATCH v2 3/8] staging: rtl8192u: User memset to initialize memory, instead of loop
` [PATCH v2 4/8] staging: rtl8192u: Truncate block comments to 80 character length - Style
` [PATCH v2 5/8] staging: rtl8192u: Use %s and __func__ instead of hardcoded string "
` [PATCH v2 6/8] staging: rtl8192u: Remove braces from single statement blocks "
` [PATCH v2 7/8] staging: rtl8192u: Correct if statement - Coding Style
` [PATCH v2 8/8] staging: rtl8192u: Correction of spelling mistake in comment

[PATCH] sfc: make function efx_rps_hash_bucket static
 2018-06-24 14:08 UTC  (2+ messages)

[PATCH 0/4] Add Actions Semi S900 SPS support
 2018-06-24 14:01 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: power: Add Actions Semi S900 SPS
` [PATCH 2/4] arm64: dts: actions: Add S900 SPS node
` [PATCH 3/4] soc: actions: sps: Add S900 power domains
` [PATCH 4/4] soc: actions: Fix help text in Kconfig for OWL_PM_DOMAINS
    ` [PATCH] soc: actions: Update SPS help text for S700

[PATCH v2] iio: adc: at91-sama5d2_adc: add support for oversampling resolution
 2018-06-24 13:58 UTC  (2+ messages)

[PATCH 0/2] mtd: rawnand: meson: add Amlogic NAND driver support
 2018-06-24 13:57 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: nand: meson: add Amlogic NAND controller driver

[PATCH 1/3] iio: hx711: add data-ready-delay-ns property in DT
 2018-06-24 13:48 UTC  (4+ messages)

[PATCH v3 1/2] dt-bindings: iio: Add Spreadtrum SC27XX PMICs ADC controller documentation
 2018-06-24 13:47 UTC  (7+ messages)
` [PATCH v3 2/2] iio: adc: Add Spreadtrum SC27XX PMICs ADC support

[PATCH V7 39/41] x86/intel_rdt: Limit C-states dynamically when pseudo-locking active
 2018-06-24 13:41 UTC  (2+ messages)
` [tip:x86/cache] "

[PATCH] iio: use timespec64 based interfaces for iio_get_time_ns()
 2018-06-24 13:41 UTC  (2+ messages)

[PATCH V7 38/41] x86/intel_rdt: Support L3 cache performance event of Broadwell
 2018-06-24 13:40 UTC  (2+ messages)
` [tip:x86/cache] "

[PATCH V7 37/41] x86/intel_rdt: More precise L2 hit/miss measurements
 2018-06-24 13:40 UTC  (2+ messages)
` [tip:x86/cache] "

[PATCH V7 36/41] x86/intel_rdt: Create character device exposing pseudo-locked region
 2018-06-24 13:39 UTC  (2+ messages)
` [tip:x86/cache] "

Linux 4.18-rc2
 2018-06-24 13:35 UTC 

[PATCH v3] staging:iio:accel:adis16240: sign extend function replace hard code duplication
 2018-06-24 13:32 UTC  (2+ messages)

[PATCH v3 0/3] fix free pmd/pte page handlings on x86
 2018-06-24 13:19 UTC  (2+ messages)

Finish the GENERIC_IRQ_MULTI_HANDLER conversion
 2018-06-24 13:15 UTC  (2+ messages)

[PATCH v4] iio: adc: Remove depends on HAS_DMA in case of platform dependency
 2018-06-24 13:15 UTC  (2+ messages)

[PATCH 00/14] ubi: Fastmap updates
 2018-06-24 13:12 UTC  (13+ messages)
` [PATCH 03/14] ubi: fastmap: Add support for flags
` [PATCH 04/14] ubi: fastmap: Add UBI_FM_SB_PRESEEDED_FLG flag
` [PATCH 09/14] ubi: fastmap: Relax size check
` [PATCH 10/14] ubi: fastmap: Change a WARN_ON() to ubi_err()
` [PATCH 11/14] ubi: Add module parameter to force a full scan
` [PATCH 12/14] ubi: uapi: Add mode selector to attach request

[PATCH 2/3] iio: hx711: add delay until DOUT is ready
 2018-06-24 13:12 UTC  (2+ messages)

UBSAN: Undefined behaviour in kernel/time/posix-timers.c:705
 2018-06-24 13:10 UTC 

[PATCH v2] x86/hyper-v: use cheaper HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} hypercalls when possible
 2018-06-24 13:06 UTC  (2+ messages)
` [tip:x86/hyperv] x86/hyper-v: Use "

[PATCH v4 0/2] hwmon: Add NPCM7xx PWM and Fan driver support
 2018-06-24 12:41 UTC  (3+ messages)
` [PATCH v4 1/2] dt-binding: hwmon: Add NPCM7xx PWM and Fan controller documentation
` [PATCH v4 2/2] hwmon: npcm750: add NPCM7xx PWM and Fan driver

[PATCH 3/3] time: Change types to new y2038 safe __kernel_itimerspec
 2018-06-24 12:44 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH 2/3] time: Enable get/put_compat_itimerspec64 always
 2018-06-24 12:43 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH 1/3] time: Introduce struct __kernel_itimerspec
 2018-06-24 12:42 UTC  (2+ messages)
` [tip:timers/core] "

BUG: unable to handle kernel paging request in corrupted
 2018-06-24 12:36 UTC  (2+ messages)

[PATCH v2 1/2] genirq: Update code comments wrt recycled thread_mask
 2018-06-24 12:22 UTC  (8+ messages)
` [PATCH v2 2/2] genirq: Synchronize only with single thread on free_irq()
  ` [tip:irq/core] "
` [tip:irq/core] genirq: Update code comments wrt recycled thread_mask

[GIT pull] perf updates for 4.18
 2018-06-24 12:06 UTC 

[PATCH v5 00/10] Add the I3C subsystem
 2018-06-24 12:02 UTC  (6+ messages)
` [PATCH v5 01/10] i3c: Add core I3C infrastructure

[GIT pull] scheduler updates for 4.18
 2018-06-24 11:56 UTC 

[GIT pull] efi updates for 4.18
 2018-06-24 11:51 UTC 

[GIT pull] core updates for 4.18
 2018-06-24 11:46 UTC 

[GIT pull] x86 updates for 4.18
 2018-06-24 11:41 UTC 

Moving unmaintained filesystems to staging
 2018-06-24 11:40 UTC  (5+ messages)
` moving affs + RDB partition support to staging? (was: Re: Moving unmaintained filesystems to staging)
      ` moving affs + RDB partition support to staging?

[PATCH v3 00/12] macintosh: Resolve various PMU driver problems
 2018-06-24 11:35 UTC  (2+ messages)

[GIT pull] x86 pti updates for 4.18
 2018-06-24 11:29 UTC 

[PATCH] lib: make struct pointer foo static
 2018-06-24 11:22 UTC 

[GIT pull] locking updates for 4.18
 2018-06-24 11:19 UTC 

[GIT pull] ras updates for 4.18
 2018-06-24 11:02 UTC 

[PATCH v13 0/6] Introduce the STACKLEAK feature and a test for it
 2018-06-24 10:38 UTC 

[PATCH] x86: pad assembly functions with INT3
 2018-06-24 10:44 UTC  (13+ messages)
` [tip:x86/pti] x86/asm: Pad assembly functions with INT3 instructions
              ` [PATCH] x86/crypto: Add missing RETs

[PATCH] rtc: test: make array pdev static
 2018-06-24 10:38 UTC 

[GIT pull] timer updates for 4.18
 2018-06-24 10:33 UTC 

[PATCH v2 1/3] kbuild: use 'include' directive to load auto.conf from top Makefile
 2018-06-24 10:35 UTC  (4+ messages)
    ` [kbuild-all] "

[GIT pull] irq updates for 4.18
 2018-06-24 10:21 UTC 

BUG: unable to handle kernel paging request in bpf_int_jit_compile
 2018-06-24 10:02 UTC  (4+ messages)

[PATCH V7 00/41] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling
 2018-06-24  9:45 UTC  (4+ messages)

[PATCH V7 35/41] x86/intel_rdt: Create debugfs files for pseudo-locking testing
 2018-06-24  9:09 UTC  (2+ messages)

[PATCH rdma-next 08/12] overflow.h: Add arithmetic shift helper
 2018-06-24  8:23 UTC 

[RFC PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-06-24  8:11 UTC  (2+ messages)

[PATCH 00/26] New IDA API
 2018-06-24  7:57 UTC  (3+ messages)
` [PATCH 16/26] dmaengine: Convert to new "

UBSAN: Undefined behaviour in sound/core/timer.c
 2018-06-24  7:46 UTC  (2+ messages)

[PATCH net] strparser: Corrected typo in documentation
 2018-06-24 12:44 UTC  (2+ messages)

[PATCH v11 0/9] cpuset: Enable cpuset controller in default hierarchy
 2018-06-24  7:30 UTC  (10+ messages)
` [PATCH v11 1/9] "
` [PATCH v11 2/9] cpuset: Add new v2 cpuset.sched.partition flag
` [PATCH v11 3/9] cpuset: Simulate auto-off of sched.partition at cgroup removal
` [PATCH v11 4/9] cpuset: Allow changes to cpus in a partition root
` [PATCH v11 5/9] cpuset: Make sure that partition flag work properly with CPU hotplug
` [PATCH v11 6/9] cpuset: Make generate_sched_domains() recognize reserved_cpus
` [PATCH v11 7/9] cpuset: Expose cpus.effective and mems.effective on cgroup v2 root
` [PATCH v11 8/9] cpuset: Don't rebuild sched domains if cpu changes in non-partition root
` [PATCH v11 9/9] cpuset: Allow reporting of sched domain generation info

DMA mappings and crossing boundaries
 2018-06-24  7:32 UTC 

BUG: unable to handle kernel paging request in bpf_prog_select_runtime
 2018-06-24  7:32 UTC 

[PATCH v12 00/11] Early boot time stamps for x86
 2018-06-24  7:30 UTC  (8+ messages)
` [PATCH v12 09/11] x86/tsc: prepare for early sched_clock

[PATCH net-next] strparser: Corrected typo in documentation
 2018-06-24 12:37 UTC  (2+ messages)

[PATCH 0/2] x86/boot/KASLR: Skip specified number of 1GB huge pages when do physical randomization
 2018-06-24  7:13 UTC  (5+ messages)
` [PATCH 1/2] x86/boot/KASLR: Add two functions for 1GB huge pages handling

[PATCH v2 1/2] y2038: rusage: Use __kernel_old_timeval for process times
 2018-06-24  7:12 UTC  (9+ messages)
` [PATCH v2 2/2] rusage: allow 64-bit times ru_utime/ru_stime

[RFC PATCH 00/16] x86/split_lock: Enable #AC exception for split locked accesses
 2018-06-24  6:43 UTC  (9+ messages)
` [RFC PATCH 02/16] x86/split_lock: Handle #AC exception for split lock in kernel mode

[PATCH] synaptics: Enable RMI4 for Clevo P870DM laptops
 2018-06-24  6:04 UTC 

[RFC] Configure i.MX6 RGMII pad group control registers from device tree
 2018-06-24  4:23 UTC  (2+ messages)

[PATCH v4] drivers/staging: Gasket driver framework + Apex driver
 2018-06-24  4:14 UTC  (2+ messages)

m68k boot failure in -next bisected to 'xarray: Replace exceptional entries'
 2018-06-24  4:01 UTC  (7+ messages)

[PATCH] MAINTAINERS: Add Daniel Lustig as a LKMM reviewer
 2018-06-24  3:36 UTC  (3+ messages)

[PATCH] leds: Modify PC Engines apu/apu2 driver to also support apu3
 2018-06-24  3:17 UTC 

[PATCH 1/3] hfs: stop using timespec based interfaces
 2018-06-24  3:11 UTC  (3+ messages)
` [PATCH 2/3] hfsplus: "

[RFC 2/2] rcu: Remove ->dynticks_nmi_nesting from struct rcu_dynticks
 2018-06-24  3:02 UTC  (11+ messages)

KMSAN: uninit-value in do_msgrcv
 2018-06-24  2:56 UTC  (2+ messages)
` ipc/msg: zalloc struct msg_queue when creating a new msq

[Patch v2 00/15] CIFS: Add direct I/O support
 2018-06-24  2:48 UTC  (19+ messages)
` [Patch v2 05/15] CIFS: Calculate the correct request length based on page offset and tail size
` [Patch v2 06/15] CIFS: Introduce helper function to get page offset and length in smb_rqst
` [Patch v2 08/15] CIFS: SMBD: Support page offset in RDMA send
` [Patch v2 09/15] CIFS: SMBD: Support page offset in RDMA recv
` [Patch v2 10/15] CIFS: SMBD: Support page offset in memory registration
` [Patch v2 11/15] CIFS: Pass page offset for calculating signature
` [Patch v2 12/15] CIFS: Pass page offset for encrypting
` [Patch v2 13/15] CIFS: Add support for direct I/O read
` [Patch v2 14/15] CIFS: Add support for direct I/O write

[rfc patch] mm, oom: fix unnecessary killing of additional processes
 2018-06-24  2:36 UTC  (3+ messages)
` [patch] "

[GIT PULL 2/2] Kconfig updates for v4.18
 2018-06-24  2:36 UTC  (3+ messages)


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