linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-09 16:24:40 to 2016-01-10 05:26:09 UTC [more...]

[PATCH 00/19] Fix driver crashes on hangup
 2016-01-10  5:26 UTC  (23+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/19] staging: digi: Replace open-coded tty_wakeup()
  ` [PATCH v2 02/19] serial: 68328: Remove bogus ldisc reset
  ` [PATCH v2 03/19] bluetooth: hci_ldisc: Remove dead code
  ` [PATCH v2 04/19] NFC: nci: "
  ` [PATCH v2 05/19] tty: Remove chars_in_buffer() line discipline method
  ` [PATCH v2 06/19] tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)
  ` [PATCH v2 07/19] n_tty: Fix unsafe reference to "other" ldisc
  ` [PATCH v2 08/19] tty: Reset c_line from driver's init_termios
  ` [PATCH v2 09/19] staging/speakup: Use tty_ldisc_ref() for paste kworker
  ` [PATCH v2 10/19] tty: Fix comments for tty_ldisc_get()
  ` [PATCH v2 11/19] tty: Fix comments for tty_ldisc_release()
  ` [PATCH v2 12/19] tty: Prepare for destroying line discipline on hangup
  ` [PATCH v2 13/19] tty: Handle NULL tty->ldisc
  ` [PATCH v2 14/19] tty: Move tty_ldisc_kill()
  ` [PATCH v2 15/19] tty: Use 'disc' for line discipline index name
  ` [PATCH v2 16/19] tty: Refactor tty_ldisc_reinit() for reuse
  ` [PATCH v2 17/19] tty: Destroy ldisc instance on hangup
  ` [PATCH v2 18/19] tty: Document c_line == N_TTY initial condition
  ` [PATCH v2 19/19] tty: Avoid unnecessary temporaries for tty->ldisc

[PATCH 00/12] Rework tty_reopen()
 2016-01-10  5:13 UTC  (12+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] tty: Wait interruptibly for tty lock on reopen
  ` [PATCH v2 02/10] tty: Retry failed reopen if tty teardown in-progress
  ` [PATCH v2 03/10] tty: Fix ldisc leak in failed tty_init_dev()
  ` [PATCH v2 04/10] tty: Remove !tty check from free_tty_struct()
  ` [PATCH v2 05/10] tty: Fix tty_init_termios() declaration
  ` [PATCH v2 06/10] tty: Re-declare tty_driver_remove_tty() file scope
  ` [PATCH v2 07/10] pty: Remove pty_unix98_shutdown()
  ` [PATCH v2 08/10] tty: Remove __lockfunc annotation from tty lock functions
  ` [PATCH v2 09/10] tty: Consolidate noctty checks in tty_open()
  ` [PATCH v2 10/10] tty: Refactor tty_open()

[RESEND][PATCH 00/15] Rework tty audit
 2016-01-10  4:59 UTC  (16+ messages)
  ` [RESEND][PATCH 01/15] tty: audit: Early-out pty master reads earlier
  ` [RESEND][PATCH 02/15] tty: audit: Never audit packet mode
  ` [RESEND][PATCH 03/15] tty: audit: Remove icanon mode from call chain
  ` [RESEND][PATCH 04/15] tty: audit: Defer audit buffer association
  ` [RESEND][PATCH 05/15] tty: audit: Take siglock directly
  ` [RESEND][PATCH 06/15] tty: audit: Ignore current association for audit push
  ` [RESEND][PATCH 07/15] tty: audit: Combine push functions
  ` [RESEND][PATCH 08/15] tty: audit: Track tty association with dev_t
  ` [RESEND][PATCH 09/15] tty: audit: Handle tty audit enable atomically
  ` [RESEND][PATCH 10/15] tty: audit: Remove false memory optimization
  ` [RESEND][PATCH 11/15] tty: audit: Remove tty_audit_buf reference counting
  ` [RESEND][PATCH 12/15] tty: audit: Simplify first-use allocation
  ` [RESEND][PATCH 13/15] tty: audit: Check audit enable first
  ` [RESEND][PATCH 14/15] tty: audit: Always push audit buffer before TIOCSTI
  ` [RESEND][PATCH 15/15] tty: audit: Poison tty_audit_buf while process exits

[GIT PULL] aio: a couple of fixes for 4.4
 2016-01-10  4:36 UTC  (5+ messages)

[PATCH 1/4] perf tools: Add more usage tips
 2016-01-10  3:38 UTC  (2+ messages)

[PATCH -next 1/2] net: tc35815: Fix build error due to missed API change
 2016-01-10  2:48 UTC  (7+ messages)
` [PATCH -next 2/2] net: tc35815: Drop unused variable

[PATCH net-next 0/4] bpf: bpf_htab: Add BPF_MAP_TYPE_PERCPU_HASH
 2016-01-10  2:30 UTC  (5+ messages)

[PATCH] net: plip: use new parport device model
 2016-01-10  2:02 UTC  (2+ messages)

[RESEND][PATCH] net: irda: Fix use-after-free in irtty_open()
 2016-01-10  1:48 UTC 

[PATCH v8 0/3] Machine check recovery when kernel accesses poison
 2016-01-10  1:40 UTC  (17+ messages)
` [PATCH v8 1/3] x86: Expand exception table to allow new handling options
` [PATCH v8 3/3] x86, mce: Add __mcsafe_copy()

[PATCH 00/35 v2] separate operations from flags in the bio/request structs
 2016-01-10  1:21 UTC  (8+ messages)
` [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
    ` [dm-devel] "

[PATCH] f2fs: should unset atomic flag after successful commit
 2016-01-10  1:10 UTC 

[PATCH] netfilter: nf_conntrack: use safer way to lock all buckets
 2016-01-10  1:06 UTC  (2+ messages)

[PATCH v3 1/2] kexec: Introduce a protection mechanism for the crashkernel reserved memory
 2016-01-10  1:08 UTC  (5+ messages)
` [PATCH v3 2/2] kexec: Provide arch_kexec_protect(unprotect)_crashkres()

awk: scripts/ld-version.sh: line 4: regular expression compile failed (missing '(')
 2016-01-10  0:51 UTC 

[PATCH] f2fs: fix wrong memory condition check
 2016-01-10  0:15 UTC 

[PATCH] add support for larger files in minix filesystem
 2016-01-09 23:43 UTC  (6+ messages)

[PATCH v2 trivial] include/linux/dcache.h: Cleanup code and comments
 2016-01-09 23:11 UTC 

[PATCH] Limit VPD length on Atheros wifi cards
 2016-01-09 23:15 UTC  (4+ messages)

/sys/class/power_supply/bq27200-0/capacity changed meaning between 4.1 and 4.4?
 2016-01-09 23:07 UTC 

[PATCH] clk: rockchip: fix some clock gates for rk3368
 2016-01-09 22:26 UTC  (2+ messages)

[PATCH 0/8] [media] Check v4l2_of_parse_endpoint() ret val in all drivers
 2016-01-09 23:03 UTC  (6+ messages)
` [PATCH 5/8] [media] tvp514x: Check v4l2_of_parse_endpoint() return value
` [PATCH 6/8] [media] tvp7002: "

[PATCH 1/2] virtio_balloon: fix race by fill and leak
 2016-01-09 23:03 UTC  (6+ messages)
` [PATCH 2/2] virtio_balloon: fix race between migration and ballooning

[PATCH] Input: evdev - add ioctl cmd EVIOCGBUFSIZE to get buffer size
 2016-01-09 23:03 UTC  (12+ messages)

[PATCH v3 0/2] pci: Add host controller driver for Cavium ThunderX PCIe
 2016-01-09 22:53 UTC  (3+ messages)
` [PATCH v3 2/2] pci, pci-thunder-pem: Add PCIe host driver for ThunderX processors

Nokia N900: u-SD card in v4.2+
 2016-01-09 22:44 UTC  (4+ messages)

[PATCH] power_suply: isp1704_charger: Fix isp1704_write() definition
 2016-01-09 22:42 UTC  (3+ messages)

[PATCH] ARM: dts: n900: Include adp1653 device
 2016-01-09 22:38 UTC  (2+ messages)

[PATCH] x86: Add an explicit barrier() to clflushopt()
 2016-01-09 22:36 UTC  (10+ messages)

[PATCH] phy: rcar-gen3-usb2: remove HSUSB registers handling
 2016-01-09 22:33 UTC  (2+ messages)

[PATCH v2 00/10] [media] tvp5150: add MC and DT support
 2016-01-09 22:24 UTC  (3+ messages)
` [PATCH v2 07/10] [media] tvp5150: Add device tree binding document

[PATCH] f2fs: monitor the number of background checkpoint
 2016-01-09 21:54 UTC 

[PATCH -next] m68k: Declare __pfn_to_phys() for nommu case to fix build errors
 2016-01-09 21:38 UTC 

[PATCH -next] mn10300: Declare __pfn_to_phys() to fix build error
 2016-01-09 21:31 UTC 

[PATCH -next] net: ti: cpmac: Fix build error due to missed API change
 2016-01-09 21:23 UTC  (2+ messages)

[PATCH] gpio: generic: make bgpio_pdata always visible
 2016-01-09 21:16 UTC 

[RESEND PATCH v2 0/9] eeprom: at24: at24cs series serial number read
 2016-01-09 21:09 UTC  (8+ messages)

[PATCH -next 1/2] net: bfin_mac: Fix error handling in probe function
 2016-01-09 20:52 UTC  (5+ messages)
` [PATCH -next 2/2] net: bfin_mac: Fix build error due to missed API change

[PATCH v2 0/5] fix some clock configuration for the RK3036 platform
 2016-01-09 20:10 UTC  (2+ messages)

[PATCH v2] wl1251: add sysfs interface for bluetooth coexistence mode configuration
 2016-01-09 20:33 UTC  (2+ messages)

[PATCH v2 1/2] mmc: atmel-mci: restore dma on AVR32
 2016-01-09 19:32 UTC  (4+ messages)
` [PATCH v2 2/2] mmc: atmel: get rid of struct mci_dma_data

[PATCH] sched: reset task's lockless wake-queues on fork()
 2016-01-09 19:25 UTC  (4+ messages)
` [tip:sched/core] sched/core: Reset task' s "

[PATCH] driver: input :touchscreen : add Raydium I2C touch driver
 2016-01-09 19:20 UTC  (2+ messages)

[PATCH] net: phy: turn carrier off on phy attach
 2016-01-09 18:44 UTC 

[PATCH -next] tty/serial: atmel: Include module.h to fix build failure
 2016-01-09 18:29 UTC  (2+ messages)

[PATCH -next] drm/vc4: Do not call pm functions if CONFIG_PM_SLEEP is not configured
 2016-01-09 18:13 UTC 

[GIT PULL] SCSI fixes for 4.4-rc8
 2016-01-09 17:51 UTC 

[PATCH] thinkpad_acpi: Add support for keyboard backlight
 2016-01-09 17:46 UTC  (14+ messages)
` [PATCH v2] "

[REGRESSION] tcp/ipv4: kernel panic because of (possible) division by zero
 2016-01-09 17:34 UTC  (4+ messages)

[PATCH] thinkpad_acpi: don't yell on unsupported brightness interfaces
 2016-01-09 17:32 UTC  (9+ messages)

[PATCH] iio: light: acpi-als: Report data as processed rather than raw
 2016-01-09 17:27 UTC  (3+ messages)

[PATCH] iio: ak8975: constify ak_def structures
 2016-01-09 17:03 UTC  (2+ messages)

[PATCH v4.4-rc8] iio: magnetometer: ak8975: Silence 'may be used uninitialized' warning
 2016-01-09 16:59 UTC  (6+ messages)

[PATCH v4 5/5] perf evlist: Add --trace-fields option to show trace fields
 2016-01-09 16:42 UTC  (2+ messages)
` [tip:perf/core] "

[PATCHv3 06/13] perf record: Store data mmaps for dwarf unwind
 2016-01-09 16:42 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH] rcu/tree: use true/false to set rdp->core_needs_qs
 2016-01-09 16:42 UTC  (2+ messages)

[PATCH 05/13] perf tools libdw: Check for mmaps also in MAP__VARIABLE tree
 2016-01-09 16:41 UTC  (2+ messages)
` [tip:perf/core] perf "

[PATCH 04/13] perf tools libunwind: Check for mmaps also in MAP__VARIABLE tree
 2016-01-09 16:41 UTC  (2+ messages)
` [tip:perf/core] perf unwind: "

[PATCH 03/13] perf tools: Use find_map function in access_dso_mem
 2016-01-09 16:41 UTC  (2+ messages)
` [tip:perf/core] perf unwind: "

[PATCH 01/13] perf tools: Remove perf_evlist__(enable|disable)_event functions
 2016-01-09 16:40 UTC  (2+ messages)
` [tip:perf/core] perf evlist: Remove perf_evlist__(enable|disable) _event functions

[RFC/PATCH v3] perf report: Show random usage tip on the help line
 2016-01-09 16:40 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 02/13] perf tools: Make perf_evlist__open() open evsels with their cpus and threads (like perf record does)
 2016-01-09 16:40 UTC  (2+ messages)
` [tip:perf/core] perf evlist: "

[PATCH 13/13] perf tools: Export a couple of hist functions
 2016-01-09 16:39 UTC  (2+ messages)
` [tip:perf/core] perf hists: "

[PATCH 12/13] perf diff: Use perf_hpp__register_sort_field interface
 2016-01-09 16:39 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 11/13] perf tools: Add overhead/overhead_children keys defaults via string
 2016-01-09 16:39 UTC  (2+ messages)
` [tip:perf/core] perf tools: Add overhead/ overhead_children "

[PATCH 10/13] perf tools: Remove list entry from struct sort_entry
 2016-01-09 16:38 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 09/13] perf tools: Include all tools/lib directory for tags/cscope/TAGS targets
 2016-01-09 16:38 UTC  (2+ messages)
` [tip:perf/core] perf tools: Include all tools/ lib "

[PATCH 08/13] perf script: Align event name properly
 2016-01-09 16:38 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 2/6] perf tools: Add missing headers in perf's MANIFEST
 2016-01-09 16:37 UTC  (2+ messages)
` [tip:perf/core] perf tools: Add missing headers in perf' s MANIFEST

[PATCH 07/13] perf tools: Do not show trace command if it's not compiled in
 2016-01-09 16:37 UTC  (2+ messages)
` [tip:perf/core] perf tools: Do not show trace command if it' s "

[PATCH] perf report: Change default to use event group view
 2016-01-09 16:36 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH] perf top: Decay periods in callchains
 2016-01-09 16:36 UTC  (2+ messages)
` [tip:perf/core] "

[tip:perf/core] tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/
 2016-01-09 16:36 UTC 

[tip:perf/core] tools lib: Sync tools/lib/ find_bit.c with the kernel
 2016-01-09 16:35 UTC 

[tip:perf/core] tools lib: Move find_next_bit.c to tools/lib/
 2016-01-09 16:35 UTC 

[PATCH] iio: dac: mcp4725: set iio name property in sysfs
 2016-01-09 16:35 UTC  (2+ messages)

[tip:perf/core] perf tests: Give a bit more information on the CQM test failure path
 2016-01-09 16:35 UTC 

[tip:perf/core] perf tests: No need to set attr.sample_freq for tracking !PERF_RECORD_SAMPLE
 2016-01-09 16:34 UTC 

[tip:perf/core] perf python: Add missing files to binding link list
 2016-01-09 16:34 UTC 

[tip:perf/core] perf test: No need for setting attr.sample_freq on the RECORD test
 2016-01-09 16:34 UTC 

[tip:perf/core] perf test: Use "dummy" events in the PERF_RECORD_ test
 2016-01-09 16:33 UTC 

[tip:perf/core] perf tests: No need to set attr.sample_freq in the perf time to TSC test
 2016-01-09 16:33 UTC 

[tip:perf/core] perf evlist: Introduce perf_evlist__new_dummy constructor
 2016-01-09 16:33 UTC 

[PATCH] perf pmu: fix alias->snapshot missing initialization bug
 2016-01-09 16:32 UTC  (2+ messages)
` [tip:perf/core] perf pmu: fix alias-> snapshot "

[PATCH 3/3] perf script: Add stat-cpi.py script
 2016-01-09 16:32 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 2/3] perf script: Display stat events by default
 2016-01-09 16:31 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 1/3] perf tools: Fix cpu conversion in cpu_map__from_entries
 2016-01-09 16:31 UTC  (2+ messages)
` [tip:perf/core] perf cpumap: "

[PATCH 7/8] perf script: Add python support for stat events
 2016-01-09 16:31 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 5/8] perf script: Add stat default handlers
 2016-01-09 16:30 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 4/8] perf script: Add process_stat/process_stat_interval scripting interface
 2016-01-09 16:30 UTC  (2+ messages)
` [tip:perf/core] perf script: Add process_stat/ process_stat_interval "

[PATCH 3/8] perf script: Process stat config event
 2016-01-09 16:29 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 2/8] perf script: Process cpu/threads maps
 2016-01-09 16:29 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v2 3/5] perf tools: Add document for dynamic sort keys
 2016-01-09 16:28 UTC  (2+ messages)
` [tip:perf/core] perf report: Add documentation "

[PATCH 1/8] perf stat record: Keep sample_type 0 for pipe session
 2016-01-09 16:29 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 0/2] Linux Kernel Debugger GDB extensions
 2016-01-09 16:29 UTC  (4+ messages)
` [PATCH 1/2] scripts/gdb: Add version command

[PATCH v2 2/5] perf tools: Add all matching dynamic sort keys for field name
 2016-01-09 16:28 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 5/5] perf build: Use FEATURE-DUMP in bpf subproject
 2016-01-09 16:28 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 4/5] tools build feature: Use value assignment form for FEATURE-DUMP file
 2016-01-09 16:27 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 3/5] tools build feature: Introduce feature_ass macro
 2016-01-09 16:27 UTC  (2+ messages)
` [tip:perf/core] tools build feature: Introduce feature_assign macro

[PATCH 2/5] tools build feature: Move dwarf post unwind choice output into perf
 2016-01-09 16:27 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 1/5] tools build feature: Fix feature_check_display_code typo
 2016-01-09 16:26 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 13/13] perf tools: Make 'trace' or 'trace_fields' sort key default for tracepoint events
 2016-01-09 16:26 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 12/13] perf tools: Add 'trace_fields' dynamic sort key
 2016-01-09 16:26 UTC  (3+ messages)
` [PATCH v2 1/5] perf tools: Fix segfault when using -s trace_fields
  ` [tip:perf/core] perf tools: Add 'trace_fields' dynamic sort key

[PATCH 11/13] perf tools: Skip dynamic fields not defined for current event
 2016-01-09 16:25 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 10/13] perf tools: Support '<event>.*' dynamic sort key
 2016-01-09 16:25 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 09/13] perf tools: Support shortcuts for events in dynamic sort keys
 2016-01-09 16:25 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 08/13] perf tools: Add --raw-trace option
 2016-01-09 16:24 UTC  (2+ messages)
` [tip:perf/core] perf report/top: "

[PATCH 07/13] perf tools: Add 'trace' sort key
 2016-01-09 16:24 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 06/13] perf tools: Try to show pretty printed output for dynamic sort keys
 2016-01-09 16:24 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 05/13] perf tools: Add dynamic sort key for tracepoint events
 2016-01-09 16:23 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v4 0/3] dma-mapping: Patches for speeding up allocation
 2016-01-09 16:24 UTC  (8+ messages)
` [PATCH v4 2/3] common: DMA-mapping: add DMA_ATTR_NOHUGEPAGE attribute


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