linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-15 23:17:47 to 2018-01-16 03:52:29 UTC [more...]

[PATCH v4 21/36] hrtimer: Make remote enqueue decision less restrictive
 2018-01-16  3:49 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH v4 20/36] hrtimer: Unify handling of remote enqueue
 2018-01-16  3:48 UTC  (2+ messages)
` [tip:timers/core] hrtimer: Unify remote enqueue handling

[PATCH v4 19/36] hrtimer: Unify handling of hrtimer remove
 2018-01-16  3:48 UTC  (2+ messages)
` [tip:timers/core] hrtimer: Unify hrtimer removal handling

[PATCH v4 18/36] hrtimer: Make hrtimer_force_reprogramm() unconditionally available
 2018-01-16  3:47 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH 4.9 00/75] 4.9.74-stable review
 2018-01-16  3:50 UTC  (3+ messages)
` [PATCH 4.9 27/75] net: igmp: Use correct source address on IGMPv3 reports

[PATCH v4 17/36] hrtimer: Make hrtimer_reprogramm() unconditional
 2018-01-16  3:47 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH v4 16/36] hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional
 2018-01-16  3:46 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH v4 15/36] hrtimer: Make the remote enqueue check unconditional
 2018-01-16  3:46 UTC  (2+ messages)
` [tip:timers/core] "

[patch v8 0/3] drivers/platform: replace module x86/mlxcpld-hotplug with mellanox/mlxreg-hotplug
 2018-01-16  3:49 UTC  (11+ messages)
` [patch v8 1/3] platform/x86: move Mellanox hardware platform hotplug driver to platform/mellanox
` [patch v8 2/3] platform/mellanox: mlxreg-hotplug: allow driver for ARM architecture
` [patch v8 3/3] platform/mellanox: mlxreg-hotplug: modify to use regmap intreface

[PATCH v4 14/36] hrtimer: Use accesor functions instead of direct access
 2018-01-16  3:46 UTC  (2+ messages)
` [tip:timers/core] "

[RFC] x86: Avoid CR3 load on compatibility mode with PTI
 2018-01-16  3:49 UTC  (5+ messages)

[PATCH v4 13/36] hrtimer: Reduce conditional code (hres_active)
 2018-01-16  3:45 UTC  (2+ messages)
` [tip:timers/core] hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simplify the code

[PATCH v4 12/36] hrtimer: Make room in struct hrtimer_cpu_base
 2018-01-16  3:45 UTC  (2+ messages)
` [tip:timers/core] hrtimer: Make room in 'struct hrtimer_cpu_base'

[PATCH v4 11/36] hrtimer: Store running timer in hrtimer_clock_base
 2018-01-16  3:44 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH v4 10/36] hrtimer: Switch for loop to _ffs() evaluation
 2018-01-16  3:44 UTC  (2+ messages)
` [tip:timers/core] hrtimer: Switch 'for' "

[PATCH v4 09/36] tracing/hrtimer: Print hrtimer mode in hrtimer_start tracepoint
 2018-01-16  3:43 UTC  (2+ messages)
` [tip:timers/core] tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepoint

[PATCH v4 08/36] tracing/hrtimer: Take all clock bases and modes into account
 2018-01-16  3:43 UTC  (2+ messages)
` [tip:timers/core] tracing/hrtimer: Fix tracing bugs by taking "

[PATCH v4 07/36] hrtimer: Cleanup hrtimer_mode enum
 2018-01-16  3:43 UTC  (2+ messages)
` [tip:timers/core] hrtimer: Clean up 'enum hrtimer_mode'

[PATCH v4 06/36] hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
 2018-01-16  3:42 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH v3 5/5] x86/mm: Encrypt the initrd earlier for BSP microcode update
 2018-01-16  3:40 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH v4 05/36] hrtimer: Fix hrtimer function description
 2018-01-16  3:42 UTC  (2+ messages)
` [tip:timers/core] hrtimer: Fix hrtimer_start[_range_ns]() function descriptions

[PATCH v4 04/36] hrtimer: Cleanup clock argument in schedule_hrtimeout_range_clock()
 2018-01-16  3:41 UTC  (2+ messages)
` [tip:timers/core] hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()

[PATCH v3 4/5] x86/mm: Prepare sme_encrypt_kernel() for PAGE aligned encryption
 2018-01-16  3:39 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH v6 01/36] timers: Use static keys for migrate_enable/nohz_active
 2018-01-16  3:40 UTC  (3+ messages)
` [PATCH v4 "
  ` [tip:timers/core] hrtimer: Optimize the hrtimer code by using static keys for migration_enable/nohz_active

[PATCH v4 03/36] hrtimer: Fix kerneldoc for struct hrtimer_cpu_base
 2018-01-16  3:41 UTC  (2+ messages)
` [tip:timers/core] hrtimer: Fix kerneldoc syntax for 'struct hrtimer_cpu_base'

[PATCH v3 3/5] x86/mm: Centralize PMD flags in sme_encrypt_kernel()
 2018-01-16  3:39 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH v3 2/5] x86/mm: Use a struct to reduce parameters for SME PGD mapping
 2018-01-16  3:38 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH v4 00/36] hrtimer: Provide softirq context hrtimers
 2018-01-16  3:40 UTC  (6+ messages)
` [PATCH v4 02/36] hrtimer: Correct blantanly wrong comment
  ` [tip:timers/core] hrtimer: Correct blatantly incorrect comment

[PATCH v3 1/5] x86/mm: Cleanup register saving in mem_encrypt_boot.S
 2018-01-16  3:38 UTC  (2+ messages)
` [tip:x86/urgent] x86/mm: Clean up register saving in the __enc_copy() assembly code

[PATCH 2/2] objtool: Improve error message for bad file argument
 2018-01-16  3:37 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 1/2] objtool: Fix seg fault with gold linker
 2018-01-16  3:37 UTC  (3+ messages)
` [tip:x86/pti] "

[RFC 0/4] Implement full clockgating for Kepler1 and 2
 2018-01-16  3:34 UTC  (3+ messages)
    ` [Nouveau] "

[PATCH] powerpc/pseries: include linux/types.h in asm/hvcall.h
 2018-01-16  3:16 UTC  (2+ messages)

[PATCH v1 1/6] x86/boot: Convert early_serial_base to unsigned long
 2018-01-16  3:13 UTC  (7+ messages)
` [PATCH v1 4/6] x86/boot: Assume MMIO if serial base address supplied via earlyprintk
` [PATCH v1 5/6] x86/boot: Allow longer parameter list for earlyprintk
` [PATCH v1 6/6] x86/boot: Support nocfg parameter "

[PATCH] watchdog: indydog: Drop test builds
 2018-01-16  3:09 UTC  (2+ messages)
`  "

[PATCH v9 00/37] tracing: Inter-event (e.g. latency) support
 2018-01-16  2:52 UTC  (38+ messages)
` [PATCH v9 01/37] tracing: Move hist trigger Documentation to histogram.txt
` [PATCH v9 02/37] tracing: Add Documentation for log2 modifier
` [PATCH v9 03/37] tracing: Add support to detect and avoid duplicates
` [PATCH v9 04/37] tracing: Remove code which merges duplicates
` [PATCH v9 05/37] ring-buffer: Add interface for setting absolute time stamps
` [PATCH v9 06/37] ring-buffer: Redefine the unimplemented RINGBUF_TYPE_TIME_STAMP
` [PATCH v9 07/37] tracing: Add timestamp_mode trace file
` [PATCH v9 08/37] tracing: Give event triggers access to ring_buffer_event
` [PATCH v9 09/37] tracing: Add ring buffer event param to hist field functions
` [PATCH v9 10/37] tracing: Break out hist trigger assignment parsing
` [PATCH v9 11/37] tracing: Add hist trigger timestamp support
` [PATCH v9 12/37] tracing: Add per-element variable support to tracing_map
` [PATCH v9 13/37] tracing: Add hist_data member to hist_field
` [PATCH v9 14/37] tracing: Add usecs modifier for hist trigger timestamps
` [PATCH v9 15/37] tracing: Add variable support to hist triggers
` [PATCH v9 16/37] tracing: Account for variables in named trigger compatibility
` [PATCH v9 17/37] tracing: Move get_hist_field_flags()
` [PATCH v9 18/37] tracing: Add simple expression support to hist triggers
` [PATCH v9 19/37] tracing: Generalize per-element hist trigger data
` [PATCH v9 20/37] tracing: Pass tracing_map_elt to hist_field accessor functions
` [PATCH v9 21/37] tracing: Add hist_field 'type' field
` [PATCH v9 22/37] tracing: Add variable reference handling to hist triggers
` [PATCH v9 23/37] tracing: Add hist trigger action hook
` [PATCH v9 24/37] tracing: Add support for 'synthetic' events
` [PATCH v9 25/37] tracing: Add support for 'field variables'
` [PATCH v9 26/37] tracing: Add 'onmatch' hist trigger action support
` [PATCH v9 27/37] tracing: Add 'onmax' "
` [PATCH v9 28/37] tracing: Allow whitespace to surround hist trigger filter
` [PATCH v9 29/37] tracing: Add cpu field for hist triggers
` [PATCH v9 30/37] tracing: Add hist trigger support for variable reference aliases
` [PATCH v9 31/37] tracing: Add 'last error' error facility for hist triggers
` [PATCH v9 32/37] tracing: Add inter-event hist trigger Documentation
` [PATCH v9 33/37] tracing: Make tracing_set_clock() non-static
` [PATCH v9 34/37] tracing: Add a clock attribute for hist triggers
` [PATCH v9 35/37] tracing: Increase trace_recursive_lock() limit for synthetic events
` [PATCH v9 36/37] tracing: Add inter-event blurb to HIST_TRIGGERS config option
` [PATCH v9 37/37] selftests: ftrace: Add inter-event hist triggers testcases

[PATCH v2 0/3] tracing: Fix the parser when processing strings w/ or w/o terminated '\0'
 2018-01-16  2:41 UTC  (4+ messages)
` [PATCH v2 1/3] tracing: detect the string termination character when parsing user input string

linux-next: build warning after merge of the staging tree
 2018-01-16  2:45 UTC 

[PATCH v8 00/37] tracing: Inter-event (e.g. latency) support
 2018-01-16  2:43 UTC  (7+ messages)

[PATCH v7 0/6] V4L2 Explicit Synchronization
 2018-01-16  2:35 UTC  (5+ messages)
` [PATCH v7 1/6] [media] vb2: add is_unordered callback for drivers

[PATCH] x86/jailhouse: fix building without X86_X2APIC
 2018-01-16  2:34 UTC  (3+ messages)

[PATCH v5 0/2] printk: Console owner and waiter logic cleanup
 2018-01-16  2:23 UTC  (13+ messages)

[PATCH v3 00/10] posix_clocks: Prepare syscalls for 64 bit time_t conversion
 2018-01-16  2:18 UTC  (11+ messages)
` [PATCH v3 01/10] compat: Make compat helpers independent of CONFIG_COMPAT
` [PATCH v3 02/10] include: Move compat_timespec/ timeval to compat_time.h
` [PATCH v3 03/10] compat: enable compat_get/put_timespec64 always
` [PATCH v3 04/10] arch: introduce CONFIG_64BIT_TIME
` [PATCH v3 05/10] arch: Introduce CONFIG_COMPAT_32BIT_TIME
` [PATCH v3 06/10] posix-clocks: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIME
` [PATCH v3 07/10] include: Add new y2038 safe __kernel_timespec
` [PATCH v3 08/10] fix get_timespec64() for y2038 safe compat interfaces
` [PATCH v3 09/10] change time types to new y2038 safe __kernel_* types
` [PATCH v3 10/10] nanosleep: change time types to "

[PATCH 00/40] DRM Rockchip rk3399 (Kevin)
 2018-01-16  2:10 UTC  (3+ messages)
` [PATCH 39/40] drm/rockchip: analogix_dp: Fix invalid implementation of unbind

[PATCH 0/2] genirq/affinity: try to make sure online CPU is assgined to irq vector
 2018-01-16  2:15 UTC  (6+ messages)

[mm 4.15-rc7] Random oopses under memory pressure
 2018-01-16  2:14 UTC  (4+ messages)
  ` [mm 4.15-rc8] "

linux-next: Tree for Jan 15
 2018-01-16  2:13 UTC  (3+ messages)
` linux-next: Tree for Jan 15 (drivers/usb/mtu3/)

[PATCHv2 0/7] RFC: Public key encryption of dmesg by the kernel
 2018-01-16  2:09 UTC  (6+ messages)
` [PATCHv2 5/7] printk: allow kmsg to be encrypted using public key encryption

linux-next: manual merge of the printk tree with Linus' tree
 2018-01-16  2:04 UTC  (2+ messages)

[PATCH 0/2] [GIT PULL] tracing: A couple of fixes for 4.15
 2018-01-16  2:00 UTC  (3+ messages)
` [PATCH 1/2] ring-buffer: Bring back context level recursive checks
` [PATCH 2/2] tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=y

[PATCH bpf-next] bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programs
 2018-01-16  1:52 UTC  (4+ messages)

[PATCH v6 0/5] kaslr: add parameter kaslr_mem=nn[KMG][@|!ss[KMG]]
 2018-01-16  1:36 UTC  (8+ messages)
` [PATCH v6 1/5] kaslr: add kaslr_mem=nn[KMG]@ss[KMG] to specify extracting memory
` [PATCH v6 5/5] kaslr: add kaslr_mem=nn[KMG]!ss[KMG] to avoid memory regions

[PATCH] x86/acpi/cstate delete some unuseful operations
 2018-01-16  1:34 UTC  (3+ messages)
  ` 答复: "

[PATCH] PM / Hibernate: Remove unused parameter of enough_swap
 2018-01-16  1:19 UTC 

[RFC 0/6] Enlightened VMCS support for KVM on Hyper-V
 2018-01-16  1:21 UTC  (2+ messages)

[PATCH] mm: memory: fixed a coding style issue
 2018-01-16  1:17 UTC 

[PATCH v2] x86/microcode/intel: Extend BDW late-loading with LLC size check
 2018-01-16  1:14 UTC  (3+ messages)

[PATCH] reset: ti-rstctrl: use the reset-simple driver
 2018-01-16  1:11 UTC 

[PATCH] perf/trace : Fix repetitious traces of perf on tracepoint When i use perf to trace the sched_wakeup_new tracepoint, there is a bug that output the same event repetitiously. It can be reproduced by :
 2018-01-16  1:06 UTC  (3+ messages)

Reg : Spectre & Meltdown
 2018-01-16  1:05 UTC  (5+ messages)

[PATCH] x86/pti: Fix !PCID and sanitize defines
 2018-01-16  0:57 UTC  (3+ messages)

[PATCH v2 0/8] KVM: x86: expose CVE-2017-5715 ("Spectre variant 2") mitigations to guest
 2018-01-16  0:55 UTC  (7+ messages)
` [PATCH 8/8] KVM: x86: add SPEC_CTRL and IBPB_SUPPORT to MSR and CPUID lists
` [PATCH 9/8] KVM: x86: limit MSR_IA32_SPEC_CTRL access based on CPUID availability

linux-next: manual merge of the kvm tree with Linus' and the tip trees
 2018-01-16  0:55 UTC  (5+ messages)

[PATCH 00/19] drm/sun4i: Support more planes, zpos and plane-wide alpha
 2018-01-16  0:42 UTC  (3+ messages)
` [PATCH 04/19] drm/rockchip: Use the alpha format helper

[PATCH] netfilter: nf_tables: flow_offload depends on flow_table
 2018-01-16  0:48 UTC  (2+ messages)

[PATCH net-next 1/2] netfilter: nf_defrag: mark xt_table structures 'const' again
 2018-01-16  0:48 UTC  (4+ messages)
` [PATCH net-next 2/2] netfilter: nf_defrag: move NF_CONNTRACK bits into #ifdef

[PATCH 00/11] siginfo fixes/cleanups esp SI_USER
 2018-01-16  0:40 UTC  (25+ messages)
` [PATCH 0/2] siginfo fixes
  ` [PATCH 00/22] siginfo unification
    ` [PATCH 01/22] signal: Document all of the signals that use the _sigfault union member
    ` [PATCH 02/22] signal: Document the strange si_codes used by ptrace event stops
    ` [PATCH 03/22] signal: Document glibc's si_code of SI_ASYNCNL
    ` [PATCH 04/22] signal: Ensure no siginfo union member increases the size of struct siginfo
    ` [PATCH 05/22] signal: Clear si_sys_private before copying siginfo to userspace
    ` [PATCH 06/22] signal: Remove _sys_private and _overrun_incr from struct compat_siginfo
    ` [PATCH 07/22] ia64/signal: switch to generic struct siginfo
    ` [PATCH 08/22] signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic version
    ` [PATCH 09/22] signal/mips: switch mips to generic siginfo
    ` [PATCH 10/22] signal: Remove unnecessary ifdefs now that there is only one struct siginfo
    ` [PATCH 11/22] signal: kill __ARCH_SI_UID_T
    ` [PATCH 12/22] signal: unify compat_siginfo_t
    ` [PATCH 13/22] signal: Move addr_lsb into the _sigfault union for clarity
    ` [PATCH 14/22] signal/powerpc: Remove redefinition of NSIGTRAP on powerpc
    ` [PATCH 15/22] signal/ia64: Move the ia64 specific si_codes to asm-generic/siginfo.h
    ` [PATCH 16/22] signal/frv: Move the frv "
    ` [PATCH 17/22] signal/tile: Move the tile "
    ` [PATCH 18/22] signal/blackfin: Move the blackfin "
    ` [PATCH 19/22] signal/blackfin: Remove pointless UID16_SIGINFO_COMPAT_NEEDED
    ` [PATCH 20/22] signal: Unify and correct copy_siginfo_from_user32
    ` [PATCH 21/22] signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32
    ` [PATCH 22/22] signal: Unify and correct copy_siginfo_to_user32

[PATCH] ipmi: Clear smi_info->thread to prevent use-after-free during module unload
 2018-01-16  0:40 UTC  (2+ messages)

PM regression in next
 2018-01-16  0:38 UTC  (17+ messages)

[PATCH 4.15-rc8] net/core: Increase default optmem_max limit
 2018-01-16  0:16 UTC  (2+ messages)

linux-next: manual merge of the mac80211-next tree with the mac80211 tree
 2018-01-16  0:13 UTC 

[PATCH 4.15-rc8] net/core: Increase default optmem_max limit
 2018-01-16  0:04 UTC 

KASAN: use-after-free Read in tls_sk_proto_close
 2018-01-16  0:01 UTC 

WARNING in __vm_enough_memory
 2018-01-15 23:58 UTC 

[tip:timers/urgent] timers: Unconditionally check deferrable base
 2018-01-15 23:57 UTC  (2+ messages)

[PATCH] drbd: standardize kthread/workqueue thread naming to include drbd minor number
 2018-01-15 23:52 UTC 

[PATCH 1/2] extcon: axp288: Constify the axp288_pwr_up_down_info array
 2018-01-15 23:43 UTC  (7+ messages)
  ` [PATCH 2/2] extcon: axp288: Only reschedule charger-detection at boot when a SDP is detected

linux-next: manual merge of the net-next tree with the net tree
 2018-01-15 23:36 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2018-01-15 23:31 UTC 

[PATCH v4 0/8] PCI: brcmstb: Add Broadcom Settopbox PCIe support
 2018-01-15 23:28 UTC  (9+ messages)
` [PATCH v4 1/8] SOC: brcmstb: add memory API
` [PATCH v4 2/8] dt-bindings: pci: Add DT docs for Brcmstb PCIe device
` [PATCH v4 3/8] PCI: brcmstb: Add Broadcom STB PCIe host controller driver
` [PATCH v4 4/8] PCI: brcmstb: Add dma-range mapping for inbound traffic
` [PATCH v4 5/8] PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for MIPS
` [PATCH v4 6/8] PCI: brcmstb: Add MSI capability
` [PATCH v4 7/8] MIPS: BMIPS: Add PCI bindings for 7425, 7435
` [PATCH v4 8/8] MIPS: BMIPS: Enable PCI

[PATCH v4 00/17] ASoC: fsl_ssi: Clean up - program flow level
 2018-01-15 23:16 UTC  (13+ messages)
` [PATCH v4 01/17] ASoC: fsl_ssi: Redefine RX and TX macros
` [PATCH v4 03/17] ASoC: fsl_ssi: Clean up set_dai_tdm_slot()
` [PATCH v4 04/17] ASoC: fsl_ssi: Maintain a mask of active streams
` [PATCH v4 05/17] ASoC: fsl_ssi: Rename fsl_ssi_disable_val macro
` [PATCH v4 08/17] ASoC: fsl_ssi: Add DAIFMT define for AC97
` [PATCH v4 09/17] ASoC: fsl_ssi: Clean up fsl_ssi_setup_regvals()
` [PATCH v4 10/17] ASoC: fsl_ssi: Set xFEN0 and xFEN1 together
` [PATCH v4 11/17] ASoC: fsl_ssi: Use snd_soc_init_dma_data instead
` [PATCH v4 13/17] ASoC: fsl_ssi: Setup AC97 in fsl_ssi_hw_init()
` [PATCH v4 14/17] ASoC: fsl_ssi: Clean up _fsl_ssi_set_dai_fmt()
` [PATCH v4 16/17] ASoC: fsl_ssi: Move DT related code to a separate probe()
` [PATCH v4 17/17] ASoC: fsl_ssi: Use ssi->streams instead of reading register


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